Don't ever use bit.ly
. Post the real link
Dust0741
In what country can you get raided due to high electricity usage?
Renovate bot is the answer. I self host it. Feel free to ask questions
Makes a PR in a repo for updated versions. I.e. you have:
image: nginx:1
And it'll make a PR for the latest version
A CI/CD tool will monitor for changes like this and redeploy.
Markdown everything
Are they RFID?
Why should you? As a non-cat owner, I am curious about the privacy implecations of it. Also the benefits.
Not really. I also didn't have much data in them, so I opted to start from scratch. I'd recomend searching for "service docker" to find how to run that thing in dockers compose.
Then I make a folder for each thing.
In my home directory, I make a new folder. Say fileBrowser. Then inside that I make docker-compose.yml
and put the compose from the internet (if you find a docker run, you can convert it to compose via sites like composerizer).
Then for config volumes I like to specify ./
so it goes to the current folder. I.e. ./filebrowserconfig/settings.json:/settings.json
so that inside the fileBrowser folder we're already in, it has a folder called filebrowserconfig and a file called settings.json. (note that docker tries to make folders, not files. So if the json file doesn't already exist, it'll make a folder named settings.json lol)
This is what I did! I've now migrated to my own docker-compose files.
Immich