this post was submitted on 02 Jul 2023
5 points (100.0% liked)

Self Hosted - Self-hosting your services.

11230 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules

Important

Beginning of January 1st 2024 this rule WILL be enforced. Posts that are not tagged will be warned and if not fixed within 24h then removed!

Cross-posting

If you see a rule-breaker please DM the mods!

founded 3 years ago
MODERATORS
 

Hi, I have an old ThinkPad that's running Arch for some self-hosted things, but I want to repurpose it to be dedicated to NextCloud with file sync and some apps (mainly Photos). Setting it up from scratch with Arch packages looks like way too much work. Should I use the Docker image on the existing OS, or a different package type, or wipe and start with a new OS?

I'm looking for the easiest solution that still has good performance and isn't going to break when it updates.

top 5 comments
sorted by: hot top controversial new old
[–] Pete90@feddit.de 2 points 1 year ago* (last edited 1 year ago) (1 children)

Docker works really well for me and doesn't require too much maintenance. I use Debian for the host. Updates can easily be tested with a second container.

[–] wirthy@lemmy.ml 1 points 1 year ago (1 children)

Thanks, this was looking like my default option. Do you use the official image or AIO?

[–] Pete90@feddit.de 1 points 1 year ago

I think I just used the latest official image, which I then manually update every now and then.

[–] Medalist@lemmy.fmhy.ml 2 points 1 year ago (1 children)

Maybe you should give Ubuntu Server a spin. Last I tried, Nextcloud snap was the easiest way to get Nextcloud up and running.

[–] wirthy@lemmy.ml 2 points 1 year ago

Thanks, it does look like it might be easier than docker.