andesite icon indicating copy to clipboard operation
andesite copied to clipboard

💾 Easily manage access to your open directory through OAuth2

Results 10 andesite issues
Sort by recently updated
recently updated
newest added

With a `--theme` value of `"./blue/"` for example. Expansion of #37.

enhancement

As of commit 0685244fa2a35033f342aa5346201b6d68f2bd8b, the theme configuration is handled via the config.json file. I propose that a theme can be configured by simply referring to its Git repository, like so:...

enhancement

Didn't see any straightforward way to do this, it's possible I missed something. Instead of using an IDP, load users from a htpasswd, plain text, or json list of usernames...

proposal-pending

🐱‍💻 [dark-theme branch](https://github.com/CatTheHacker/andesite/tree/dark-theme)

enhancement

As above or add setup process on first time web page load/when no config found. This would ease setting up Andesite for non-technical people.

enhancement

Problem: Redirects to `https://example.com//` ### Files: `~/.config/andesite/config.json` ```json { "root": "/var/www/[REDACTED]/public/private", "base": "/private/", "port": 8021, "auth": "discord", "discord": { "id": "[REDACTED]", "secret": "[REDACTED]" } } ``` `/etc/nginx/sites-available/[REDACTED].conf` ```nginx server {...