Neovim is the pinnacle of editing. I have seen the light.
PlexSheep
Seems like it belongs in the piracy communities. I assume it does not work on Linux?
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.
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.
Alright, you seem to have a good grasp on what you're doing. Good luck have fun. I really hope it works for you.
Is that really the case? I selfhost gitea and am pretty happy with it.
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.
Async rust with the Tokio Framework is pretty cool. Need none of that JS bloat for async.
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.
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.
Does it work for multiple domains (not Subdomains)? I'm currently using authelia, which can't do that, which sucks.
Nvim gang