Roxedus

Community Developer
  • Posts

    251
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Roxedus

  1. Makes sense. I would very much like to know what it is in case you narrow it down
  2. To be fair, a pihole setup can do that too, but that requires editing dnsmasq files.
  3. I used their documentation for setting up f2b https://github.com/dani-garcia/bitwarden_rs/wiki/Fail2Ban-Setup
  4. I think this is macvlans doing.
  5. What is that based on? I see no problem with this setup.
  6. What you hit is a security measure with macvlan prohibiting bridged container to talk with the host, its not really easy to circumvent.
  7. 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.
  8. 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.
  9. 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
  10. 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?
  11. 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
  12. @ShinseiTom Interesting, I found the issue where the reset was mentioned. I will keep that in mind. I find that error weird though.
  13. It should show up soon. A debug commit made it trough. Sorry about that
  14. The author is aware of it, and marked is as a not vital bug, The Issue
  15. 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.
  16. 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.
  17. I love how easy it was to get started. I was a real novice two years ago. I would love to have discord as a notification agent (or a configurable webhook agent), so i can have pretty embeds
  18. 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?