• 11 Posts
  • 17 Comments
Joined 3 years ago
cake
Cake day: June 24th, 2023

help-circle

  • I already looked into Authelia, and the “problem” I encountered is that it does not support “named policies” (I don’t know the actual name): what I mean is to be able to create “only_admin_policy”, “only_registered_users_policy” etc, and then in Caddy to be able to say something like this

    service1.website.com {
        reverse_proxy container1:1234
        apply_policy only_admin_policy
    }
    service2.website.com {
        reverse_proxy container2:1234
        apply_policy only_registered_users_policy
    }
    service3.website.com {
        reverse_proxy container3:1234
    }
    

    Instead if I understood correctly (and I would gladly be proved wrong) this is not possible with Authelia, as these policies have to be specified inside Authelia, so I would have two different configurations in two different places instead of having everything in the Caddyfile

    I hope I explained well what I mean

    thanks for the help!


  • How does programmatic access tie into the desire for a login form?

    I would like to keep files with “private” information protected from public access, but I would like to access them from a script. An example: i wrote a karaoke application to use with my friends, they have to go to a webpage and select the songs they like, and then the karaoke app connects to the server to get the updated preference file. I would like that the users had a “nice login form” to select their songs, and then I’d like my karaoke app to easily download the file while still keeping it password-protected











  • tubbadu@lemmy.kde.socialOPtoPiracy@lemmy.mlDoubts about Stremio
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 years ago

    Thanks for the reply! Stremio-web does not seem to have a docker package, so I should install it outside of docker? (Or create a docker container myself, but I never tried)

    Also, I found [this project](Thanks for the reply! Stremio-web does not seem to have a docker package, so I should install it outside of docker? (Or create a docker container myself, but I never tried)

    Also, I found this project that bundles both together, but the stremio accounts are still managed by the stremio servers, and I’d like to be independent from them instead. I asked the developer and he said that I need to change stremio-web (see issue), but I can’t find any configuration option in the readme.

    Sorry if my question seems confusing, but I’m pretty confused about this














  • I don’t have a steamdeck to try this onto, but check this out, it seems very straightforward:

    open a terminal, and then paste this:

    git clone https://github.com/BlackCorsair/install-jdk-on-steam-deck.git
    bash ./install-jdk-on-steam-deck/scripts/install-jdk.sh
    

    this will download from github the repository containing the install-jdk.sh script, and then execute it.

    close the terminal and open it back in order to source all needed files, and check the correct installation by running

    java -version
    

    if everything goes flawless, you should have java installed in ~/.local/jdk/