this post was submitted on 02 Feb 2025
9 points (100.0% liked)

Selfhosted

41638 readers
343 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

I'm running TruNas Scale with a docker image for NextCloud and Collabora. Under Collabora, the nginx application is logging a GET to robots.txt about every second and I'm having a hard time filtering this out because it looks like the conf files for nginx get replaced on every restart. I also tried mounting my own version of the nginx.conf file, but that didn't reflect any changes.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 20 hours ago* (last edited 20 hours ago) (1 children)

Don't run TrueNAS as docker, first off.

Second, you can find the environment variable to change this behavior (if it even exists), or you have the option of changing whatever you're pulling as the source, changing the filesystem, committing that, then changing the target image to be the resulting image.

Edit: read this chain so I don't have to be the asshole here: https://www.truenas.com/community/threads/nginx-pod-and-configuration.116006/

[–] [email protected] 1 points 19 hours ago

thanks, I may have to do a bit more work for it than I'd like.