Everything posted by Roxedus
-
[support] Roxedus ts-dnsserver
To be fair, a pihole setup can do that too, but that requires editing dnsmasq files.
-
[support] Vaultwarden (formerly Bitwarden_rs)
I used their documentation for setting up f2b https://github.com/dani-garcia/bitwarden_rs/wiki/Fail2Ban-Setup
-
bitwarden- How setup help
What is that based on? I see no problem with this setup.
-
[support] Roxedus ts-dnsserver
It comes down to preference, really However it does offer some things which pihole doesn't, like dns over tls. It also allows you to do alot of the things you would do by modifying dnsmasq on pihole, in the webui.
-
[support] Vaultwarden (formerly Bitwarden_rs)
I just spotted a change which came live after my initial research, I will research this some more. I just did this on my VM, and it worked fine.
-
[support] Vaultwarden (formerly Bitwarden_rs)
Yes. But the variable gets set, with the value of NULL, which makes the container shutdown. I wont remove it because I feel like its the best way to get started, even though you don't need to do it this way. Depending on how you tried to add the second one, it may have tried to use the template from @cheesemarathon
-
[support] Roxedus ts-dnsserver
Let me know what you think.
-
[support] Vaultwarden (formerly Bitwarden_rs)
It's not really. However the container wont run if its blank and marking it as required forces the user to fill it, and I agree with the method SpaceInvader showed in his video to create the user. Using the admin page works independently of allowing signups. Does your original container use the mpbrasil repository?
-
[support] Roxedus ts-dnsserver
Roxedus/docker-TS-DnsServer Technitium DNS Server in a container Does not use port 80 or 443 to do it's blocking. It just voids the requests. Offers DNS-over-TLS and DNS-over-HTTPS Integrated support for using a proxy-server for requests The list goes on
-
[Support] selfhosters.net's Template Repository
@ShinseiTom Interesting, I found the issue where the reset was mentioned. I will keep that in mind. I find that error weird though.
-
[support] Vaultwarden (formerly Bitwarden_rs)
It should show up soon. A debug commit made it trough. Sorry about that
-
[Support] selfhosters.net's Template Repository
The author is aware of it, and marked is as a not vital bug, The Issue
-
[support] Vaultwarden (formerly Bitwarden_rs)
Vaultwarden is a unofficial Bitwarden compatible server written in Rust Templated by Selfhosters, used by many. Featured in this video by @SpaceInvaderOne FAQ: Q: I get ` An error has occurred. Cannot read property 'importKey' of null` when trying to login. A: This is expected when trying to login over HTTP, especially in Chrome. This is a security measure by the browser, not a bug.
-
[Support] selfhosters.net's Template Repository
Reserved
-
[Support] selfhosters.net's Template Repository
A template repository from a group of Unraid users that wants to bring more awesome containers into this community. Help regarding the applications are entirely community driven, I do only monitor this thread for issues with the templates themself. We already have 40 containers in Community applications, Including; Bitwarden_rs, Huginn, Paperless and Tdarr. Templates with their own support thread: Paperless Paperless-ng Bitwarden_rs Tdarr & Tdarr_aio Templates we offer, with their own support channels: Adminer - App Support: GitHub AirConnect - App Support: GitHub BW_Plex - App Support: GitHub Chevereto - App Support: chevereto.com Cloudflare-DDNS - App Support: GitHub Cloudflared - App Support: GitHub Crushftp9 - App Support: GitHub Deemix - App Support: GitLab Draw.io - App Support: GitHub Duplicacy - App Support: forum.duplicacy.com Geioip2influx - App Support: GitHub Graylog - App Support: GitHub Hexo-blog - App Support: GitHub Huginn - App Support: GitHub Idrac6 - App Support: GitHub Invoiceninja - App Support: GitHub Kdenlive VNC - App Support: GitHub Kitana - App Support: GitHub Komga - App Support: GitHub Lemur-cfssl - App Support: GitHub Logarr - App Support: Discord Mango - App Support: GitHub Mellow - App Support: GitHub Monica - App Support: GitHub Monitorr - App Support: GitHub NoSQLClient - App Support: GitHub Openldap - App Support: GitHub Overleaf - App Support: GitHub Phpldapadmin - App Support: GitHub LDAPforPlex - App Support: GitHub Pasta - App Support: GitHub Plex-web - App Support: GitHub Podgrab - App Support: GitHub PrivateBin - App Support: GitHub Prometheus - App Support: GitHub Quasselcore - App Support: GitHub Radarrsync - App Support: GitHub Red-discordbot - App Support: GitHub Requestrr - App Support: Discord Scrutiny - App Support: GitHub Shoko-server - App Support: GitHub Speedtest-tracker - App Support: GitHub Sstvproxy - App Support: GitHub Syncarr - App Support: GitHub Teedy-docs - App Support: GitHub Traccar - App Support: GitHub UniFi-Poller - App Support: community.ui.com Unpackerr - App Support: GitHub Wikijs - App Support: GitHub XBackBone - App Support: GitHub Xibo-cms - App Support: GitHub Xibo-xmr - App Support: GitHub Youtube-dl material - App Support: GitHub zigbee2mqtt - App Support: Github zwave2mqtt - App Support: GitHub The way we work is by taking suggestions, or Pull Request about potential applications to include into our repository through GitHub. This is our support thread for most of the containers, however some might get its own dedicated thread in based on feedback. We won't necessarily provide app-support but we will for the best of our abilities point you towards the right channels for such. We also have discord server.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
I want to restart nginx, without restarting the whole docker, prefferably by using docker exec letsencrypt nginx -s reload But all i get is nginx: [error] open() "/run/nginx/nginx.pid" failed (2: No such file or directory) Is there any easy fix i can do on my end?