PlexSheep

joined 1 year ago
[–] [email protected] 8 points 9 months ago
[–] [email protected] 5 points 9 months ago

Neovim is the pinnacle of editing. I have seen the light.

[–] [email protected] 1 points 9 months ago

Seems like it belongs in the piracy communities. I assume it does not work on Linux?

[–] [email protected] 1 points 9 months ago (1 children)

I thought gitea was doing federation too? Im pretty excited about that part, as I've wanted to move away from GitHub but the visibility it gives is just on another level. Users can't register on my instance, therefore they also can't open issues and PRs.

Is switching to forgejo more work than just changing my compose file a little? I hope my database can get transferred.

[–] [email protected] 1 points 9 months ago

Tokio is for concurrency, not parallelism. Use it for IO stuff. They say rayon is good for that, but I haven't used that. If you just want something simple, I'd recommend working with threadpool.

[–] [email protected] 2 points 9 months ago

Alright, you seem to have a good grasp on what you're doing. Good luck have fun. I really hope it works for you.

[–] [email protected] 9 points 9 months ago (3 children)

Is that really the case? I selfhost gitea and am pretty happy with it.

[–] [email protected] 16 points 9 months ago* (last edited 9 months ago) (4 children)

Hosting email with mailcow dockerized worked pretty good on my netcup vps, but before you go into hosting email ask yourself a few questions:

  • Will you use your selfhosted mail for important things? (Banking, official correspondence and so on)
  • Can you promise a near 100% uptime? Otherwise, some email might not reach you.
  • How important is the Mail you send? Some (stupid) Blocklists generally block all IP ranges that are sold out by vps companies and other kinds of IAAS.
  • If you register any accounts with your selfhosted mail, can you guarantee yourself that your email account is secure? Don't underestimate what an attacker can do with a compromised Mail account.

I personally ended up scrapping my email server eventually. Nowadays I pay a company to do the mail hosting, you just need to set some DNS records and they do everything else. Personally, I'm with proton, but there are many good alternatives.

[–] [email protected] 10 points 9 months ago* (last edited 9 months ago) (6 children)

Async rust with the Tokio Framework is pretty cool. Need none of that JS bloat for async.

[–] [email protected] 1 points 9 months ago

Im a selfhosted, git an older desktop that I use as my homeserver with some hdds in it, combined into a combined refund and storage with btrfs.

[–] [email protected] 1 points 9 months ago

For authelia, iirc it's a problem with the way cookies work, but also with how they set their system up structurally. I don't know the details anymore.

[–] [email protected] 2 points 9 months ago (2 children)

Does it work for multiple domains (not Subdomains)? I'm currently using authelia, which can't do that, which sucks.

view more: ‹ prev next ›