That sounds about right, maybe they should have not used AI to make it lol
That sounds about right, maybe they should have not used AI to make it lol
Also command line alias or function to do API requests with curl?
Maybe there is something out there?


Assuming truenas does NFS, I would mount the old docker data into the new docker VM. Stop all running containers and copy the data, copy so that you have a backup should you need to revert.
Make sure all containers are in compose files, up date them for new data location.


From the reply on the original post, are they in the same VPN and are using the VPN for connection?
As in, you have routed all traffic down the VPN?


I only picked the site recently, I find the whats new bit more helpful then the updates.
As I read the reg via RSS and have all the software I run in https://newreleases.io/


I second nextcloud, have been running it for years and have only had an update issue once, I rolled back and repeated the update without issue.
I also run collabra and whiteboard to have a full Google replacement


git commit, git push, git out


I have code on my site that returns ASCII are, only if you curl it.
At work my site had used as a working test
curl horwood.biz


thats cool, but it doesnt give you ascii are when you curl the site


if it helps, I run Lemmy and dont stop the database at all.
I mount a back directory to the container and then run the bellow to do the backup.
dockerID=$(docker ps | grep lemmy_postgres | awk '{print $1}')
docker exec ${dockerID} /usr/local/bin/pg_dumpall -c -U lemmy | gzip > /mnt/backups/lemmy/lemmy_dump_`date +%Y%m%d-%H%M%S`.sql.gz
replace the lemmy_postgres with your funkwhale name.


I have time on a Wednesday to run updates on all the things, I also have notifications about changes to software I run.


I can recomment OVH for domains and DNS hosting, I use them and have not had any issues setting up custom DNS records. Also they have an API that will allow you to get certificates with certbot and lets encrypt, even a wildcard.


this is a command I use to get the local weather
/usr/bin/curl -s \
--form-string "monospace=1" \
--form-string "token=YOURTOKENHERE" \
--form-string "user=YOUR USERID" \
--form-string "title=$(/usr/bin/curl -sk wttr.in/melksham | grep "Weather report")" \
--form-string "message=$(/usr/bin/curl -sk curl wttr.in/melksham?0ATQF)" \
https://api.pushover.net/1/messages.json > /dev/null


me too, pushover for the win
But who programs the ai programs?