master

joined 2 years ago
[–] master@lem.serkozh.me 2 points 2 years ago (2 children)

So basically centralized cenzorship for decentralized Fediverse?

[–] master@lem.serkozh.me 15 points 2 years ago (1 children)

This is so good!. Haven't even updated yet, and I already see a lot more posts from lemmy.ml on my instance, and no more "Subscribe Pending"

[–] master@lem.serkozh.me 1 points 2 years ago

You can try PornoLab if you are comfortable navigating the website in Russian

[–] master@lem.serkozh.me 1 points 2 years ago
  • email - postfix, dovecot, roundcube (mostly unused), rspamd
  • vpn - firezone for managing wireguard, v2ray
  • web analytics - offen
  • password manager - vaultwarden
  • status monitor - uptime-kuma
  • cloud - nextcloud
  • music streaming - navidrome
  • seedbox - qbittorrent with vuetorrent webui
  • media streaming - jellyfin
  • docker container registry
  • firefox sync server
  • lemmy instance
[–] master@lem.serkozh.me 1 points 2 years ago (1 children)

Oh, that wasn't my comment

[–] master@lem.serkozh.me 1 points 2 years ago (3 children)

I am probably missing something, my comment doesn't have any links

[–] master@lem.serkozh.me 1 points 2 years ago (5 children)

I think that should be a question to @phloatingman@monero.town

[–] master@lem.serkozh.me 2 points 2 years ago (9 children)

That is likely because you instance hasn't pulled the information about the community.

For me the reliable way to make it do so is to type it into a search bar (in the format !community@instance), as the message in the sidebar of communities on other instances say. And then refresh the page, to see that it actually did that.

[–] master@lem.serkozh.me -1 points 2 years ago

Their clunky and unpleasant Ui, but mainly this

[–] master@lem.serkozh.me 1 points 2 years ago

A series of VPSes running AlmaLinux, I have a relatively big Ansible playbook to setup everything after the server goes online. The idea is that I can at any time scrape the server off, install an OS, put in all the persistent data (Docker volumes and /srv partition with all the heavy data), and run a playbok.

Docker Compose for services, last time I checked Podman, podman-compose didn't work properly, and learning a new orchestration tool would take an unjustifiable amount of time.

I try to avoid shell scripts as much as possible because they are hard to write in such a way so that they handle all possible scenarios, they are difficult to debug, and they can make a mess when not done properly. Premade scripts are usually the big offenders here, and they are I nice way to leave you without a single clue how the stuff they set up works.

I don't have a selfhosting addiction.

[–] master@lem.serkozh.me 2 points 2 years ago (3 children)

I would recommend Porkbun, been using it for almost 1.5 years after I had to migrate from Namecheap. Wouldn't really recommend the latter

[–] master@lem.serkozh.me 6 points 2 years ago (1 children)

The check $LEMMY_HOSTNAME == http* will give a false positive if (for whatever reason) the domain name starts with http

view more: ‹ prev next ›