Rescuer6394

joined 2 years ago
[–] Rescuer6394@feddit.nl 1 points 2 years ago

funny how here in Italy 30k gross per year is a pretty high salary.

software engineers with required experience in a field can get paid as low as 20k and they also want you to actually go to their office.

[–] Rescuer6394@feddit.nl 1 points 2 years ago

i need to open posts before clicking on the image.

thank you OP for the transcription, one day i will read the greentext from that instead of squinting my eyes at the image.

wholesome btw

[–] Rescuer6394@feddit.nl 0 points 2 years ago (2 children)

for support you need to contact the admin of your instance. there is no 'lemmy support'.

also, don't use 2FA, idk if it got better but there was a time where a lot of people lost their account because the instance glitched and 2FA was reset.

just use a bitwarden generated password ~20 chars and it is ok.

another advice, if you messed up an account, create another and leave the older. i don't think the admins have the tooling to restore 2FA or reset your password.

[–] Rescuer6394@feddit.nl 0 points 2 years ago (4 children)

yes it is.

most likely there is nothing wrong with your registration, that instance is just overloaded / manual approval.

try a different one maybe?

bonus, on most instances you don't even need an email to register.

[–] Rescuer6394@feddit.nl 1 points 2 years ago* (last edited 2 years ago)

Available from internet:

  • jellyfin
  • jellyseerr
  • immich
  • paperless-ngx
  • owncloud ocis
  • traefik
  • homarr

Available only from local:

  • the *arr stack
  • qbittorrent
  • jackett
  • watchtower
  • apprise
  • netdata (kinda new, still have to fully understand how it works)
  • portainer
  • speedtest-tracker
  • homepage

Security

All the services available from internet, just goes through traefik to terminate https, I rely on the build in authentication of each service. To add another layer of security, I have fail2ban active on all those services.

I have a public IP, and I have open on my router ports 80, 443, a random port for ssh and vpn.

Hardware:

Memory:
  System RAM: total: 8 GiB available: 7.73 GiB used: 4.46 GiB (57.7%)
  Report: arrays: 1 slots: 4 modules: 2 type: DDR3
CPU:
  Info: 6-core model: AMD Phenom II X6 1090T bits: 64 type: MCP cache: L2: 3 MiB
Graphics:
  Device-1: NVIDIA GP107 [GeForce GTX 1050 Ti] driver: nvidia v: 535.98

docker compose files

All the docker compose files + how I configured everything is available at: https://github.com/simone-viozzi/my-server

Bonus:

Since I like the ability of btrfs to do snapshots, I created all important docker volumes as btrfs subvolumes. Then I created a backup script that literally sends the subvolume (encrypted) to an external cloud. This does not allow incremental backups and most likely is not the best backup solution... but it works... the repo is: https://github.com/simone-viozzi/btrfs2cloud-backup

I welcome any advice / criticism!