The current mod of this community hasn’t been active for some time. Anyone want to take it over?
I run the midwest.social instance as well as the undernopretext.social mastodon instance
The current mod of this community hasn’t been active for some time. Anyone want to take it over?
Relevant song: https://www.youtube.com/watch?v=7fKaWQK2k3w
The cats were cute. The hosts’ reactions to seeing them was a bit over the top imo.
No problem! I had the same issue and was losing my mind trying to fix it. It still doesn’t update the timestamp like it should automatically so I’ve been doing it myself.
I believe anything prior to that timestamp will not federate. New stuff should.
Try select * from instance where domain = 'popular.instance';
and see the last time it was updated via the updated
column. I’ve been having to update that column with update instance set updated = now();
because once that timestamp becomes older than 3 days your instance assumes it’s “dead”.
I have way more respect for sex workers than I do for pigs, which is about non-existent.
That’s what I use for my NAS. I remember with protonvpn you need to pull down the config file for the server you want to use and place it in the proper directory. Here’s part of my docker-compose:
transmission-openvpn:
cap_add:
- NET_ADMIN
volumes:
- '/DATA/torrents:/data/torrents'
- '/SSD/config/transmission:/etc/openvpn/custom'
environment:
- OPENVPN_PROVIDER=custom
- OPENVPN_CONFIG=node-us-167.protonvpn.net.udp
- OPENVPN_USERNAME=${USERNAME}
- OPENVPN_PASSWORD=${PASSWORD}
- LOCAL_NETWORK=192.168.0.0/16
- OPENVPN_OPTS=--inactive 3600 --ping 10 --ping-exit 60
- DNS=8.8.8.8,8.8.4.4
logging:
driver: json-file
options:
max-size: 10m
You have to install it manually, but it auto updates
Congrats, you’re a mod now. No pressure, if you ever don’t feel up to it you can leave.