Everything posted by neupsh
-
[support] Vaultwarden (formerly Bitwarden_rs)
@JustOverride is there more info on that change that only lets us access it via reverse proxy now? I have reverse proxy infront of my instance and it had been working great but all of a sudden I cannot access it. I am getting timeout errors from cloudflare when trying to sync my vault. NEVERMIND: my external IP had changed after so many years now. For some reason ddclient did not update it. Its working now.
-
[support] Vaultwarden (formerly Bitwarden_rs)
I have the same problem. I cannot access it anymore. My bitwarden apps cannot sync with it, and when I try to open web ui from docker tab in unraid, i get the infinite loading screen as well. Logs do not show any issues (only warning about admin token in plain text. /--------------------------------------------------------------------\ | Starting Vaultwarden | | Version 1.34.1 | |--------------------------------------------------------------------| | This is an *unofficial* Bitwarden implementation, DO NOT use the | | official channels to report bugs/features, regardless of client. | | Send usage/configuration questions or feature requests to: | | https://github.com/dani-garcia/vaultwarden/discussions or | | https://vaultwarden.discourse.group/ | | Report suspected bugs/issues in the software itself at: | | https://github.com/dani-garcia/vaultwarden/issues/new | \--------------------------------------------------------------------/ [INFO] Using saved config from `data/config.json` for configuration. [WARNING] The following environment variables are being overridden by the config.json file. [WARNING] Please use the admin panel to make changes to them: [WARNING] SIGNUPS_ALLOWED, INVITATIONS_ALLOWED, ADMIN_TOKEN [NOTICE] You are using a plain text `ADMIN_TOKEN` which is insecure. Please generate a secure Argon2 PHC string by using `vaultwarden hash` or `argon2`. See: https://github.com/dani-garcia/vaultwarden/wiki/Enabling-admin-page#secure-the-admin_token
-
[Support] StreamMaster
I just installed this container. When I try to open the web ui it asks for password. The settings.json in the config directory has admin user and password set to blank value and also has "AuthenticationMethod": "None". Any idea why it asks for login and also what are the default credentials? I tried sm with sm, sm123, etc but none of them work.
-
[PLUG-IN] NerdTools
I have the same problem too. libffi.so.7 is not there since updating to unraid 6.11.2. I am not sure if there is a newer version of borg with libffi. It would be nice if there was the libffi package included in the NerdTools, as it is one of the dependency of the tool provided there.
-
[Support] binhex - DelugeVPN
Hi @binhex some trackers are blocking the latest releases because of fingerprint mismatch with version in user string. Can you update it to match it?
-
[Support] binhex - Code-Server
Hi @binhex, Thank you for your work. I use a few of your other docker images and I am using linuxserver.io's code-server docker right now. What are the differences between this image and linuxserver.io's (apart from the base image code-server is installed to)? Thanks again.
-
[Support] cheesemarathons repo
Hi @cheesemarathon, The icon for Oauth Proxy sticks for a while when update it by editing the docker but it keeps loosing it. Looks like the icon url in the template https://raw.githubusercontent.com/oauth2-proxy/oauth2-proxy/master/docs/logos/OAuth2_Proxy_icon.png has moved and is now https://github.com/oauth2-proxy/oauth2-proxy/raw/master/docs/static/img/logos/OAuth2_Proxy_icon.png can you please update the template to include it? Apologies if you have already updated it and I am probably somehow still on old template. In that case can you suggest how to update it Thanks.
-
[Support] binhex - IntelliJ
Hello @binhex do you have any plans to use https://github.com/JetBrains/projector-server instead of novnc? Something like this:
-
[Support] cheesemarathons repo
Thanks a lot, that worked. I saw the commit that changed this on the git repo but did not realize I needed to change the property key.
-
[Support] cheesemarathons repo
Has anyone updated OAuth2_Proxy recently? there seems to be breaking changes and the docker container does not start anymore for me. I get this error: [2020/06/17 18:30:39] [main.go:36] ERROR: Failed to load config: error unmarshalling config: 1 error(s) decoding: * '' has invalid keys: cookie_domain [2020/06/17 18:30:56] [main.go:36] ERROR: Failed to load config: error unmarshalling config: 1 error(s) decoding: * '' has invalid keys: cookie_domain
-
[Support] cheesemarathons repo
Aah I see. What is the best way to check for update and update this docker? I could do docker pull on this image from a terminal, but not sure if there is any automated/easier way to do that?
-
[Support] cheesemarathons repo
Hello, Why does the status say "not available" for the OAuth2Proxy docker? This is the only docker that has this status. I have tried removing the docker (with images) and adding it back again with no success.