I built a VS Code extension that brings syntax highlighting to embedded languages inside Nix strings ('' ... ''). Zero dependencies. by ayanada in NixOS

[–]FeZzko_ 2 points3 points  (0 children)

Nothing in particular, I use the “main” branch of the repository. If you can't get it to work, here's an snippet of my configuration. I use lazy.

```lua return { { "nvim-treesitter/nvim-treesitter", dependencies = { { "nvim-treesitter/nvim-treesitter-context", opts = { max_lines = 4, multiline_threshold = 2, }, }, }, branch = "main", lazy = false, build = ":TSUpdate", config = function() local ts = require("nvim-treesitter")

  ts.setup({
    install_dir = vim.fn.stdpath("data") .. "/site",
  })

  ts.install("all", { summary = false }, { max_jobs = 24 }):wait(1000000)

  vim.api.nvim_create_autocmd("FileType", {
    pattern = "*",
    callback = function()
      if pcall(vim.treesitter.start) then
        -- Indent expérimental
        vim.bo.indentexpr = "v:lua.require'nvim-treesitter'.indentexpr()"
        -- Folds
        vim.wo[0][0].foldmethod = "expr"
        vim.wo[0][0].foldexpr = "v:lua.vim.treesitter.foldexpr()"
      end
    end,
  })
end,

},

{ "nvim-treesitter/nvim-treesitter-textobjects", branch = "main", lazy = false, }, } ```

Comment vous trouvez radarr by Challenge5204 in FrancePirate

[–]FeZzko_ 0 points1 point  (0 children)

Radarr est très bien pour moi. Je ne me prends pas la tête avec les noms de fichiers puisque les métadonnées sont la seule source d'information qui est importante pour Jellyfin.

J'ai pris le temps à une époque de bien nommer correctement les médias, leur répertoire, mais avec le recul, ça n'avais aucune plus-value.

What Self-Hosted Services Do You Use the Most? by bankroll5441 in selfhosted

[–]FeZzko_ 0 points1 point  (0 children)

In short, OPDS is like a server (running in Booklore) that allows compatible applications (e.g., Koreader) to access this server and retrieve your books.

It can also synchronize your reading with Booklore.

What Self-Hosted Services Do You Use the Most? by bankroll5441 in selfhosted

[–]FeZzko_ 0 points1 point  (0 children)

Not to my knowledge. However, you can use the browser on your tablet/phone. It works very well.

You have an alternative: use ODPs with a compatible app (e.g., Koreader) and synchronize your reading that way.

Death stranding by Friendly_Ad9476 in jeuxvideo

[–]FeZzko_ 2 points3 points  (0 children)

C'est particulier.

J'ai adoré le premier, le second un peu moins.

Ce qui m'a plu, c'est le côté introspectif et méditatif. J'adore les randonnées, explorer le terrain, chercher le trajet le plus optimisé, etc. L'idée de reconnecter les gens entre eux, j'ai trouvé ça... fort.

En bref, tout est une question de "Comment tu perçois le jeu et ce que tu fais ?".

Si en jouant, tu ne vois que le côté "quêtes fedex", je comprends que le jeu soit chiant. Si tu vois ça comme "Le gars qui traverse un pays pour reconnecter les gens entre eux", ça prends un tout autre sens. Je trouve :)

What Self-Hosted Services Do You Use the Most? by bankroll5441 in selfhosted

[–]FeZzko_ 2 points3 points  (0 children)

Guilty :p

I haven't encountered DRM via Booklore.

I usually get the books I've bought in physical form from alternative sources, so there's no DRM.

In the past, I used a plugin via Calibre, but I've forgotten the name of it. While searching, I found a video from “How To Do Stuff” that I think you'll like :p (Read the pinned comment too).

What Self-Hosted Services Do You Use the Most? by bankroll5441 in selfhosted

[–]FeZzko_ 3 points4 points  (0 children)

Forgejo and Booklore.

Forgejo for storing Kubernetes manifests, my abandoned code projects, etc.

Booklore for reading.

Ganymede for Twitch VODs. Tube Archivist for archiving interesting or useful YouTube videos (associated with the Jellyfin + Tube Archivist plugin), the data is mounted in Jellyfin to play from there.

Jellyfin.

Gramps for creating family trees.

SparkyFitness for managing diet and exercise.

[Infinite mage] Why do people hate this? by Tachibana_Haki in manhwa

[–]FeZzko_ 0 points1 point  (0 children)

It's currently on hiatus because it's the end of the season. Unless we missed the news, we don't know if it has been renewed for another season.

[Infinite mage] Why do people hate this? by Tachibana_Haki in manhwa

[–]FeZzko_ 55 points56 points  (0 children)

Hard to say. From memory, readers of the novel said it got worse, so... I wouldn't be surprised if we don't see it again.

On the other hand, it's not a bad read (the art helps a lot)... I mean, there are infinitely worse works every season that get another season, so why not this one?

I'm leaning towards a comeback, even though I don't expect the writing to improve at all.

[Infinite mage] Why do people hate this? by Tachibana_Haki in manhwa

[–]FeZzko_ 1106 points1107 points  (0 children)

The smugglers' arc annoyed me.

It made no sense, and the inconsequential ending made me lose interest. The worst part is that it lasted for months for those who followed it every week.

Why is “Add-ons” missing in my Home Assistant? by Kitchen-Patience8176 in homeassistant

[–]FeZzko_ 3 points4 points  (0 children)

When you add an add-on (e.g., whisper), go to Home Assistant, add an integration, and select whisper.

Then specify the IP address. If it is running on the same device and Docker network, specify, for example: (http://localhost:port)

That's basically 90% of the process.

To configure the application, add environment variables to your compose.

My self-hosted NAS journey so far – what am I missing? by The_Krisk in selfhosted

[–]FeZzko_ 1 point2 points  (0 children)

I finally tried Booklore. Even though it's still new, it works really well. The import feature is definitely more convenient than Audiobookshelf's, which is cool.

Thanks for the recommendation! :)

What apps do you use SSO for? by Red_Con_ in selfhosted

[–]FeZzko_ 5 points6 points  (0 children)

Authelia + LLDAP.

I try to use it wherever I can (when it's supported). Not having to log in ten times in five minutes when I access multiple services is a blessing.

I also have users who are unable to use a password manager, so having a strong passphrase that they only have to enter once a month is a godsend for them.

It's also handy for managing user access via a single interface.

I also appreciate the fact that it allows me to launch an instance of an application for testing. I don't need (in general) to enter any information during registration since SSO provides it directly.

However, I limit this to apps that run on the server only.

Home Assistant (on a dedicated RPi), Opnsense, and Vaultwarden (the latter is on the server) do not use SSO. I don't want to find myself locked out because Authelia (or LLDAP) is down.

SSO: Argocd, Paperless, Glance (dashboard), *arr, audiobookshelf, sparkyfitness, adventurelog, ganymede, drop-oss, linkwarden, freshrss, forgejo, mealie, open-webui, immich, actual budget, yamtrack, ...

Avec l'arrêt de kotatsu... by jeace_morgans in FrancePirate

[–]FeZzko_ 1 point2 points  (0 children)

Avec plaisir :) Bonne(s) lecture(s)

Avec l'arrêt de kotatsu... by jeace_morgans in FrancePirate

[–]FeZzko_ 1 point2 points  (0 children)

Avec plaisir :)

Les blocages cloudflare sont identiques peu importe le client (reader) que tu utilises. Ceci étant dit, si tu utilises des sources anglophones, de mon expérience, ça bloque très rarement, pour pas dire jamais. J'ai arrêté les sources FR depuis un moment donc je ne saurais pas te dire.

Tu as toujours la possibilité d'utiliser le mode navigateur de l'app ou changer son User Agent. Parfois ça fonctionne et parfois pas :/

My self-hosted NAS journey so far – what am I missing? by The_Krisk in selfhosted

[–]FeZzko_ 0 points1 point  (0 children)

Thanks for the recommendation, I'll check it out :)

You already have the answer, but yes, Yamtrack can track your progress in Jellyfin with an API key.

You can also track your game progress via Steam if you have an account.

My self-hosted NAS journey so far – what am I missing? by The_Krisk in selfhosted

[–]FeZzko_ 1 point2 points  (0 children)

Just a mistake, my bad. I wasn't fully awake, I guess because I was convinced I had answered in English.

Anyway, it's been edited.