selfhosted

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

danhab99, in Linode Alternative Suggestions for Small Projects
@danhab99@programming.dev avatar

Vultr has some pretty cheap prices… I like them

EncryptKeeper,

Second Vultr. The usability is pretty close to Linode, with more convenient DC locations.

I have noticed some issues with network throughput, though I don’t use mine for high bandwidth applications and I am on the cheapest tier.

Moonrise2473, (edited ) in Started to move off Google (not strictly self-hosted)

I moved off to zoho

Much cheaper than proton and offers much more.

They’re not doing like proton and close basic stuff like IMAP and SMTP as a way to force you on the official apps

I especially love the feature where you can bounce emails based on domains, keywords or TLDs. My spam folder is finally empty. IMHO bounce back spam is much better, as the spammers get a response that the address is invalid and hopefully stop wasting their limited computing resources on that address.

Zoho is not open source, but proton is a “fake” open source that is mostly used for marketing: they opened only the UI, which communicates with a proprietary protocol to a proprietary server - useless. They also reject or ignore any pull request on GitHub.

AcornCarnage,
@AcornCarnage@lemmy.world avatar

What Zoho plan are you using? I can’t quite tell what the difference between the free and lite tiers is except for IMAP/POP support.

I moved over to Proton earlier this year and have had a good experience so far, but I’m not married to it or anything.

Moonrise2473,

i started with the mail basic (10 euro yearly for 10gb) but then because i switched from “secondary email that forwards to gmail” to “primary email that imports from gmail”, i had to move to the more expensive plan

lemmyvore,

Proton has been gradually closing down access to proprietary apps only. After they’re done you won’t be able to take your email anywhere else.

If you have your own domain you’ll be able to host it elsewhere but you would leave behind email, calendar, aliases etc. and restarting from scratch.

At that point “encrypted” starts smelling more like “hostage”. It’s generally a bad idea to be tied down to a specific email provider.

You could wake up tomorrow to find out Proton has been acquired and the new owners can charge anything yet want for continued service.

AcornCarnage,
@AcornCarnage@lemmy.world avatar

I mean, that’s going to be a risk you take with any hosted service. I currently self-host my contacts and calendar, but I have no interest in hosting my own email again.

lemmyvore,

I don’t self host my email either. I got my registrar, DNS and email separate from each other so if any of them goes bad I can switch with minimum fuss.

But that makes it all the more important to be able to download all your mail from your provider.

Proton currently has two proprietary things you can use to download, a “bridge” PC app that pretends to speak IMAP, and a download tool. The bridge will be discontinued after they launch their propeietary PC mail app so that leaves just the proprietary download tool, which only does .eml. format.

AcornCarnage,
@AcornCarnage@lemmy.world avatar

Okay, I’m following. So who would you recommend as an email provider?

lemmyvore,

That’s a very broad question that depends a lot on your usage. My needs may be different from yours.

I’m currently using Migadu because:

  • Unlimited domains, mailboxes, accounts and aliases for a flat fee. I’m managing accounts for myself as well as family and extended family members and it comes out much cheaper this way than services that ask $5-10/account.
  • Very nice management interface with all the bells and whistles but with reasonable defaults and easy to use.
  • The company is based in Switzerland and the mail hosted in EU (France).
  • Standard email service with everything you’d expect (the regular protocols, spam protection, webmail, full compatibility with clients etc.)
Atemu,
@Atemu@lemmy.ml avatar

They’re not doing like proton and close basic stuff like IMAP and SMTP as a way to force you on the official apps

The reason Proton cannot do IMAP/SMTP is that they cannot read your emails which is required for both. That’s a feature, not a bug.

PM works with any app as long as the app implements their custom protocol for which there are at least two FOSS implementations as a reference.

proton is a “fake” open source that is mostly used for marketing: they opened only the UI, which communicates with a proprietary protocol to a proprietary server - useless

While I’d also prefer their back-end to be OSS, it’s not nearly as critical as the clients.
As a user, it doesn’t make a difference. I’m paying for an opaque service either way.

All the interesting stuff (E2EE, zero access storage) happen in the clients anyways. The BE is fairly uninteresting; it’s a mail server + zero-access encryption + Proton account handling. If you really wanted to build a mail service similar to Proton, you could build that yourself and probably would have to anyways.

Moonrise2473, (edited )

i think instead the opposite. The backend is the real interesting part, and the only way that we can be sure that “they cannot read the emails” (they arrive in clear, saved with reversible encryption and they have a key for it - if you use their services to commit crimes they will collaborate with the law enforcement agencies like everyone else)

imap/smtp can be toggled with a warning, if that’s really their concern. As of now i have the feeling that’s instead blocked to keep users inside (no IMAP = no easy migration to somewhere else) or to limit usage (no SMTP = no sending mass email)

Atemu,
@Atemu@lemmy.ml avatar

The backend is the real interesting part, and the only way that we can be sure that “they cannot read the emails”

While I’d still prefer it, OSS can’t really help with that because what’s really required here is remote attestation.
That is an unsolved problem to my knowledge; there is no way to know which software they’re actually running. Even if they published the source code, they could trivially apply a patch in their deployment that stores all incoming email somewhere and you’d be none the wiser.

Even if they published source code and could somehow prove to you that they’re running a version derived from it, you would still not be safe from surveillance as one could simply MITM all connections. See i.e. notes.valdikss.org.ru/jabber.ru-mitm/.

That’s likely one of the reasons they do everything they can to make PGP accessible to every user.

imap/smtp can be toggled with a warning, if that’s really their concern

It’s plain and simply not how their service works. They’d have to build most of their service a second time but unencrypted.

It’s like asking Signal to build in support for IRC; it does not make sense for them to do that in any way without malicious intent needed.

no IMAP = no easy migration to somewhere else

You have IMAP access via the bridge. That’s what it’s for.

ikidd,
@ikidd@lemmy.world avatar

Zoho and PM have two entirely different reasons for existence. If you don’t want E2EE (assuming the other sender is on PM) then by all means, use Zoho. And IMAP isn’t E2EE compatible in the slightest, what they’re charging for is the decryption bridge that makes it work with an IMAP client. They had to come up with that, it’s not just a switch you flip at PMs end that makes IMAP work.

fruitycoder, in How safe is self-hosting a public website behind Cloudflare?

I’m definitely a fan of Gitlab pages for simple webpages I just want on the Internet. It’s nice to have the code hosted anyways (gives me that off site back up safety so my stuff at home can go down if needed).

vluz, in Linode Alternative Suggestions for Small Projects
@vluz@kbin.social avatar

I got cancelled too and chose Hetzner instead. Will not do business with a company that can't get their filters working decently.

speq,

I tried them, but got basically the same treatment as OP with Linode. They just closed my account.

promitheas,
@promitheas@iusearchlinux.fyi avatar

Hetzner or linode closed your account?

speq,

Sorry, could have formulated it better. Hetzner did. I’m a happy customer of Linode. It seems they all have filters failing in different ways.

promitheas,
@promitheas@iusearchlinux.fyi avatar

Yea i wonder why that is. It seems to be a standard

MonkderZweite, (edited ) in Self-hosted VPN that can be accessed via browser extension

Portable Apps or Scoop or if Linux, Appimage?

Static_Rocket, in Nextcloud Performance Improvements
@Static_Rocket@lemmy.world avatar

Heads up, you can also get postgress to use a socket and mount that through for another speedup if you haven’t already

tofubl,

Yeah, I saw that but wanted to take it step by step as not to break everything all at once. 😉

dan,
@dan@upvote.au avatar

You can use UNIX sockets with MySQL or MariaDB too.

redcalcium, in Nextcloud Performance Improvements

I’m going to try this next week. My nextcloud instance is getting a bit sluggish lately.

SecurityPro, in Nextcloud Performance Improvements
@SecurityPro@lemmy.ml avatar

I had been running Nextcloud on an old laptop using Ubuntu, but that machine died. I have a Windows PC originally built for gaming that I am considering using for Nextcloud. Anyone have any experience with NC and Windows? Thought on the DB switch on Windows?

tofubl,

I don’t think you’ll do yourself any favours setting it up on Windows directly. How about docker+wsl2?

SecurityPro, (edited )
@SecurityPro@lemmy.ml avatar

I have docker on the machine now and thought I’d try that type of install first. Sorry, I’m not familiar with the abbreviation “wsl2”

blasterx, (edited )

it stands for Windows Subsystem for Linux. Here is a link on how to install it.

ikidd,
@ikidd@lemmy.world avatar

100% agree with tofubi, Docker on Windows is a form of self-abuse, like cutting yourself. It’s a train wreck for anything other than a little bit of testing for development work. You will come away with a bad taste in your mouth about Docker, I avoided containers for years because I started with them on Windows docker.

I’ve run a lot of different scenarios with docker, what I’ve come down to as the cleanest and easiest to maintain is Debian 12 with the Docker convenience script. It’s fast, hassle free, and doesn’t have a bunch of layers of weirdness like using Ubuntu Server with a docker snap that makes troubleshooting a nightmare.

dan,
@dan@upvote.au avatar

for anything other than a little bit of testing for development work.

It’s really awesome for development work, though. Visual Studio has built-in Docker support, so I can run my app and its unit tests on both Windows and Linux (via Docker) at the same time on the same system during development.

tofubl,

This sounds interesting.

I use docker in vscode for latex. It saves me the trouble of having to install texlive on my system. I have a task defined that mounts my sources in and runs the compilation in the container.

Would love to hear about your work flow.

filister, in Nextcloud Performance Improvements

Thanks for sharing it, really helpful post

virtueisdead, in Nextcloud Performance Improvements

ive tried to get nextcloud working several times and it just seems to never work for some reason… maybe i should set it up on a pi ive got laying around instead of my main server lol

cybersandwich,

My advice: use the nextcloud snap package. It’s seamless.

virtueisdead,

that is… surprising. not that i don’t believe you, snap just doesn’t have a good track record, lol. ill have to research if it’s feasible to run a snap package on a debian server, though.

4am,

It is, in fact, the only Snap I’ve ever used which worked without issues

That being said, it’s kinda slow in some cases, but perfectly useable nonetheless

cybersandwich,

I know snap isn’t popular among Linux nerds, but I was really having issues with the AIO docker setup and at the time I didn’t have the time to troubleshoot/fight it. I needed to give my family a file drop link to share photos for a memorial service.

I figured, the snap package was recommended on their site, maybe it won’t be horrible. To my surprise it was incredibly easy, has been rock solid, never had performance issues, and it’s always up-to-date.

Snap may suck for some use-cases but this one seems to be right in it’s wheel house.

It also has an export/backup capability built in.

ikidd,
@ikidd@lemmy.world avatar

Have you tried the AIO method that’s now the primary supported docker install?

It’s really good, and I’ve set up and used NC in a variety of ways since about version 7.

virtueisdead,

im not sure / cannot recall. it’s been a few months since i last tried to install it and it kept erroring out. im definitely strongly considering looking back into it though, it’s just that reverse proxying to the container was a nightmare… it still haunts my config, lol

ikidd, (edited )
@ikidd@lemmy.world avatar

I use NPM and all I think I had to add to it was


<span style="color:#323232;">client_body_buffer_size 512k;
</span><span style="color:#323232;">proxy_read_timeout 86400s;
</span><span style="color:#323232;">client_max_body_size 0;
</span>

in the Advanced config. I’d love to move to Traefik but I could not figure out how to make that work.

There were some other gotchas. If you run into something, ping me, I might remember if I encountered it and what I did.

chaospatterns, in Help with NGINX? so close...

I don’t fully understand what you’re saying, but let’s break this down.

Since you say you get an NGINX page, what does your NGINX config look like? What exactly does the NGINX “login page” say? Is it an error or is it a directory listing or something else?

helenslunch,
@helenslunch@feddit.nl avatar

what does your NGINX config look like?

Can you elaborate? I don’t know how to explain beyond what’s in the OP:

I created a proxy host in NGINX to forward requests from [subdomain] to [LAN Server] on [LAN] port 8097 (Jellyfin container).

What exactly does the NGINX “login page” say?

It says NGINX and has texts fields for email and password

Link, (edited ) in Help with NGINX? so close...

Did you add your subdomain to your nginx configuration?

server_name DOMAIN_NAME;

Posting your nginx configuration would be useful too.

helenslunch,
@helenslunch@feddit.nl avatar

Did you add your subdomain to your nginx configuration?

Yes

Posting your nginx configuration would be useful too.

Not sure what you mean, exactly. Does this help?

https://feddit.nl/pictrs/image/0caee4b2-28f6-43b6-b783-84622a12c246.jpeg

moonpiedumplings,

Nginx and nginx proxy manager are two different things, although nginx proxy manager uses nginx underneath the hodd.

Nginx is a lightweight reverse proxy and http(s) server configured via config files.

nginx.org/en/

Nginx proxy manager is a docker container that runs nginx, but also had a webui on top of it to make it much, much easier to configure.

Sometimes abbreviated as NPM.

nginxproxymanager.com

That’s why people keep asking you for your nginx config since when you just say nginx, people are expecting that you are using just nginx, and configuring it through text files.

helenslunch,
@helenslunch@feddit.nl avatar

Ohhh I see, thanks for the heads up

MrJameGumb, in AppleTV complete replacement opinions
@MrJameGumb@lemmy.world avatar

I’ve never used an Apple TV, but my smart TV is a Roku and it does most of the things you’ve described. I use Crunchyroll and Tubi and a few other streaming apps including Apple’s. I use Prime Music and it has like 99% of the albums I want to listen to. Obviously it doesn’t have Apple Arcade, but I mostly just play games on my phone anyway. I even put a Roku box on an old CRT TV that I use sometimes for watching older shows in SD format lol! I don’t know if this is the type of answer you were looking for but I hope it’s helpful.

randomcruft,
@randomcruft@lemmy.sdf.org avatar

Appreciate your insights on how you use the Roku devices. Understood about gaming, my eyes can’t handle mobile gaming :)

AA5B,

As does my fire stick, and even my Vizio smart TV … all except the Apple Arcade

I’ve bent thinking about moving in the other direction. I try to avoid privacy abuse of the SmartTV and Fire Stick is being enshittified, so what should I use? AppleTV seems interesting to try plus games may be fun

JeromeVancouver, in AppleTV complete replacement opinions

We have a Roku and host a Plex server. I have never had an apple tv but I don’t think I am missing anything

randomcruft,
@randomcruft@lemmy.sdf.org avatar

Thanks for the reply. Seems Roku / Plex are a fairly common combination.

aStonedSanta, (edited )

Yup. The generic answer. I’d rec a nvidia shield pro. I have two and fucking love them.

Edit: also prefer jellyfin

Bransonb3, in AppleTV complete replacement opinions

I have tried Roku, Fire TV, Chromecast (not the new models with an interface), and AppleTV. So far Apple TV is the cleanest without ads or sponsored content on the home screen.

If you find something better please let me know.

radix,
@radix@lemmy.world avatar

I like my Roku, but it would be much more annoying without a pihole to block the ads.

AtariDump,

And telemetry.

wreckedcarzz,
@wreckedcarzz@lemmy.world avatar

When I switched my family from predatory directv, this was obviously a question I had, and I ended up going with chromecasts (gen 2 and 3/ultra). Once I showed them how to use their phone as the controller, it immediately clicked, which was fantastic. I thought about an atv or an android box, but that would involve multiple profiles and remembering to switch when someone else wanted to use it (android TV boxes have this buried in the system settings; and I’m the only one with an apple account). Ads were a showstopper for me too, so the pictures/art on the cc when idle was great.

Curious why you went the other way :o

AtariDump,

Because Google is collecting data on EVERYTHING you do.

lemmy.world/comment/6326127

wreckedcarzz,
@wreckedcarzz@lemmy.world avatar

But as a person who doesn’t use G services (well, Grayjay)… the question still stands

AtariDump,

You use Google services whether you know it or not.

www.forbes.com/sites/jasonevangelho/2019/…/amp/

randomcruft,
@randomcruft@lemmy.sdf.org avatar

Understood about the ads / sponsored content. I’ve not used anything but an ATV, but I’ve heard similar (ads, interface, etc.). If I come up with a different solution, I will revive the post and let folks know. Thanks.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • selfhosted@lemmy.world
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #