Everything posted by Roxedus
-
[support] Vaultwarden (formerly Bitwarden_rs)
They both do the work, and cater to different scenarios. My reasoning for my suggestion is that I dont want to be able to reach /admin at all with my reverse proxy. Another thing to think about is the resulting error code, where my suggestion gives a 404, while the deny gives a 403. A 403 might say to a potential attacker that there is something there (you could have it respond with a 404 instead)
-
[support] Vaultwarden (formerly Bitwarden_rs)
If it is anything like the iOS app, if keeps its own chain of certs
-
[support] Vaultwarden (formerly Bitwarden_rs)
I did consider that way when I did my post, and my conclusion is still that it should not be able be reached outside of the lan. I have the port mapped, so I can reach it outside of the reverse proxy, if that's not the case for you, doing a allow/deny is the next best option, outside of just disabling the admin panel in the container.
-
[support] Roxedus ts-dnsserver
This is not a bug. The container has no idea what port you set on the host-side.
-
[support] Vaultwarden (formerly Bitwarden_rs)
sounds like the database is missing, corrupted or set to read-only
-
[support] Vaultwarden (formerly Bitwarden_rs)
Bitwarden_rs runs on port 80 by default, have you changed the app itself to listen to 8086? There is two ways you can tackle this. But which to choose depends on two things, do you use dns validation with swag, and do you have a internal dns server? If the answer to both is yes, you can just set up the local dns to point to swag on your subdomain. If it is no on either of those, you can use allow/deny in nginx to only let the lan subnet connect.
-
[support] Vaultwarden (formerly Bitwarden_rs)
Follow the bitwarden_rs project. As stated in the post, i do not create these applications.
-
[support] Vaultwarden (formerly Bitwarden_rs)
It is not implemented in this version.
-
How To Publish Docker Templates to Community Applications on unRAID
The combability aspect is new for me. Yea, I plan on expanding the page in the near future
-
[Support] selfhosters.net's Template Repository
You cannot change ports when using the --network argument, it behaves similarly to host. you would have to use port 80.
-
[support] Vaultwarden (formerly Bitwarden_rs)
And just to be sure, other sites on the same domain work?
-
[support] Vaultwarden (formerly Bitwarden_rs)
This just enforces my suspicion of the app using a ip or something
-
[support] Vaultwarden (formerly Bitwarden_rs)
And you are sure your app i set to connect to the subdomain?
-
[support] Vaultwarden (formerly Bitwarden_rs)
Im not sure how advanced that feature is, like if it follows the html tag for favicon, or just assumes it lives on /favicon.ico, i have those errors too sometimes, and i havent seen anything bad from it.
-
[support] Vaultwarden (formerly Bitwarden_rs)
Are you using the sample in swag?
-
How To Publish Docker Templates to Community Applications on unRAID
Like the video. But my OCD really don't like the output, many of the fields are just not needed, I dedicated whole section on that on my write up on how to create a template.
-
[support] Roxedus ts-dnsserver
It was. They have hid their changelog in a way that there is no reliable way to get notifications. They silently updated the requirements. Runs on latest build
-
[support] Vaultwarden (formerly Bitwarden_rs)
Its been a while since i used HAProxy, but you need to set it to connect over https, but to not validate the cert, as it is self-signed
-
[support] Vaultwarden (formerly Bitwarden_rs)
atleast give some config so we can help.
-
[support] Vaultwarden (formerly Bitwarden_rs)
In what context are you using letsencypt in?
-
[Support] Organzir Organizr
You are probably running into this browser resctriction: https://docs.organizr.app/books/troubleshooting/page/redirect-looping---samesite-errors
-
Docker Template XML Schema
Might be worth mentioning somewhere that `https://github.com/<username>.png` works Pros: Easier Dynamic Prettier Cons:
-
[Support] selfhosters.net's Template Repository
Pretty sure you do that in the same variable > redis://username:password@[IP]:6379
-
[support] Roxedus ts-dnsserver
Are you using macvlan?
-
[support] Roxedus ts-dnsserver
As I noted in this PR. Expose is not the issue. https://github.com/Roxedus/docker-TS-DnsServer/pull/2#issuecomment-751127753