If you like what I do, send me some Monero:

87ZN8URUY1M6GoXpxou4siDKJkLbLKDhT2RScrauzd4gbRyKgoY2ZX3Ut9WuMtkWebisViSE9EVRzVA1SD4kMdtAUPMiZBC

  • 46 Posts
  • 123 Comments
Joined 1 year ago
cake
Cake day: April 11th, 2024

help-circle













  • I also dont get how to update docker containers and where to save config files. The idea is that the containers are stateless so they can be recreated whenever you like.

    But there are no automatic updates?? You need a random “watchtower” container that does that.

    Also, they are supposed to give easy security, buf NGINX runs as root? There is a rootless variant











  • No idea what you did there, just add a desktop entry manually

    cat > ~/.local/share/applications/grayjay.desktop <<EOF
    [Desktop Entry]
    Name=Grayjay
    Comment=Media Player
    Icon=$HOME/path/to/icon
    Exec=$HOME/path/to/exec-script.sh
    EOF
    

    Maybe you didnt chmod +x that script?

    Worked for me without issues. Trying to run the program with mullvad-exclude though didnt work at all, they have some weird issues. Hopefully they make a Flatpak.