seahorse [Ohio]
I run the midwest.social instance as well as the undernopretext.social mastodon instance
- 68 Posts
- 11 Comments
seahorse [Ohio]@midwest.socialtoLemmy Support@lemmy.ml•Federation broke on my instanceEnglish
3·2 years agoI believe anything prior to that timestamp will not federate. New stuff should.
seahorse [Ohio]@midwest.socialtoLemmy Support@lemmy.ml•Federation broke on my instanceEnglish
3·2 years agoTry
select * from instance where domain = 'popular.instance';and see the last time it was updated via theupdatedcolumn. I’ve been having to update that column withupdate instance set updated = now();because once that timestamp becomes older than 3 days your instance assumes it’s “dead”.
seahorse [Ohio]@midwest.socialto
Memes@lemmy.ml•You s’posed to be up cooking breakfastEnglish
2·3 years agoOh yes
seahorse [Ohio]@midwest.socialto
Memes@lemmy.ml•You s’posed to be up cooking breakfastEnglish
1·3 years agoLmao, I forgot about this video. I think my favorite part of it is when he takes off in his car whistling and runs a stop sign on camera.
seahorse [Ohio]@midwest.socialto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Shot in the dark; has anybody had any success with ProtonVPN and haugene/transmission-openvpn?
4·3 years agoThat’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
“Do you know what foods are shaped like dicks??? The best ones!”
“We want to kill minorities” is not a difference of opinion.
Fellas, is it gay to drink lemonade?
seahorse [Ohio]@midwest.socialto
Linux@lemmy.ml•Linus Torvalds -- Creator of Linux -- defends gun regulation, woke communists, womens rights AND trans rights. Linux is political!English
1·3 years agoI half agree with his gun regulation stance. While ideally there would be more caution given to who owns guns that is unfortunately not the world americans have been living in the last 80 years or so. The fascists have guns, lots of them, and I’m not giving mine up while they have them.
Everything else he said is 100% based.















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.