Yes. But if I wanted to be petty I would have switched over to Gentoo.
Arch is wisdom. Every LTS-type distro is bound to catch issues due to lags and discordance in release cadence and worse of all, distro-specific patches that complicate things and by themselves have the potential to introduce unique CVE’s like one I was reading recently about Ubuntu involving OverlayFS.
And am expressing my disagreement with it.
Who gets to decide what is permissible content? That’s my issue. Not some faceless unaccountable to anyone mods.
Is lemmy.world a place for anyone who wants to have a conversation (within legal/social limits) or not? is the real question here.
BS. I see stuff I don’t disagree with all the time on the net. I don’t go calling for admins to take them down or refer to the posters as ticks. If you have to grandstand about morals, be real and about something.
Nah. It’s a (biased) personal interpretation of what “good” “safe” “family-friendly” content means for lemmy users. Idk much about Hexbear’s content but isn’t it possible to label their posts as NSFW incase of visibly violent content or something similar.
The users who disagree with Hexbear’s overall comments know where the block button is. It’s not that complicated a solution. People should use more of it instead of looking for reasons to get mad.
Says who? Do you think you own lemmy.world?
The mute/block button solves this problem.
So communists are not welcome on lemmy.world or what? What even is a Hexbear? How different is this move from when Elon decided to reinstate every banned account apart from Alex Jones’? How thin is the skin of lemmy.world mods? What’s the point of censorship on this platform? I can go to Reddit and Twitter if I want protection from communist ideologies??
It’s a vpn client on steroids that creates a VPN network (based on your provider) which you can then use to run docker containers inside of, as well as create http & shadowsocks proxies for your VPN network etc.
Comments inside the docker-compose.yml
files?
Maybe give cloudflared a try. Works for me even with nextcloud’s ssl (don’t think there’s a way to start NC without the self-signed cert). Couldn’t get it to work with NPM (I admittedly don’t know much about nginx) so I brought in the big gun(s).
Backblaze b2, borgbase.com. There are also programs like dejadup that will let you backup to popular cloud drives. The alternatives are limitless.
Wonder why this wasn’t done earlier. Hopefully we’ll see less of the 404-type pages that has plagued this instance.
No minimum requirements. And here you go:
#version: "3.8"
services:
invidious:
image: quay.io/invidious/invidious:latest
restart: unless-stopped
security_opt:
- no-new-privileges
container_name: invidious
stop_grace_period: 3s
ports:
- 127.0.0.1:3000:3000
environment:
INVIDIOUS_CONFIG: |
db:
dbname: invidious
user: invidious
password: superstrongpassword491
host: postgres
port: 5432
check_tables: true
popular_enabled: true
login_enabled: false
statistics_enabled: true
hsts: true
hmac_key: *PICK-A-LONG-RANDOM-STRING*
https_only: true
external_port: 443
use_quic: true
database_url: postgres://invidious:superstrongpassword491@postgres/invidious?auth_methods=md5,scram-sha-256
force_resolve: ipv4
domain: *your.domain.com*
healthcheck:
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/comments/jNQXAC9IVRw || exit 1
interval: 30s
timeout: 5s
retries: 2
depends_on:
- postgres
postgres:
image: postgres:15-alpine
container_name: postgres
security_opt:
- no-new-privileges
restart: always
# purposefully excluded volumes section
# the database will reset on recreate
environment:
POSTGRES_DB: invidious
POSTGRES_USER: invidious
POSTGRES_PASSWORD: superstrongpassword491
healthcheck:
test: pg_isready -U invidious -d invidious
interval: 10s
timeout: 5s
retries: 5
I’ve hosted invidious relatively easy for a while now. Simple UI and just works. If anyone needs my compose and config setup, reply and I’ll post it.
Haha. Said the hoader with tonnes of content he’s never going to finish watching.
deleted by creator
Time for me to leave Lemmy.world for good.