selfhosted

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

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

I’d be very wary about trying to bypass any workplace restrictions (which includes using a non-company VPN etc. etc.) to access self-hosted services.

Remember, your work computer belongs to the business (unless you’re self employed).

Depending on your line of work this could range from a slap on the wrist onto immediate termination and fines.

RootBeerGuy,
@RootBeerGuy@discuss.tchncs.de avatar

Yeah, that is the unfortunate reality. The better way is going through your IT department to get those extra things you need for work. If you are found out, and I am sure IT will eventually be able to, you will be in trouble.

BearOfaTime,

Also very good advice

phoenixz, in Do any of you have that one service that just breaks constantly? I'd love to love Nextcloud, but it sure makes that difficult at times

Am i the only one left who doesn’t want a snap docker Kubernetes container and just installs nextcloud in a normal way and never had any problems?

rummagefibre,

Same here. I’m just installing it normally, and my nextcloud instance is just chugging along.

kureta,

For me it’s the opposite. I tried to use nextcloud for years, installing the normal way, and it always broke for no reason. I just started using it on docker and it has been perfect, fingers crossed.

rummagefibre,

Interesting, when I used docker on a proxmox build, it would give me trouble. Once I installed it the normal way on an Ubuntu build, it was good to go.

I wonder why that is?

Fingers crossed that it continues to work for you in the current configuration!

Aux,

Because when you’re using Docker, you shouldn’t use Proxmox. And to be fair, I don’t understand why people are using Proxmox at all.

rummagefibre,

I used Proxmox because it was free and open source with backup tools integrated into the system.

Plavatos,

Same here, but after v25(?) it won’t update on my RPi 4 any longer, think they went 64 bit only?

Other than that no issues

sparky, (edited ) in AppleTV complete replacement opinions
@sparky@lemmy.federate.cc avatar

Keep your Apple TV and use it as a streaming client for whatever you stand up on the backend. Personally I have a Synology NAS that I love and I use the net to get all my content. Use the net. 😉

randomcruft,
@randomcruft@lemmy.sdf.org avatar

Appreciate your comment, and that seems like a common setup. If you didn’t have the ATV, what would you front end the Plex server with? I have a Synology router and would probably buy a Synology NAS, if I went that route.

sparky,
@sparky@lemmy.federate.cc avatar

Actually with a Synology NAS you don’t need Plex, they have a built in equivalent called DS Video with apps for Apple TV, iOS, Android, etc!

I’ve had an Nvidia shield in the past as well and it works reasonably well, but the video experience is definitely better on the Apple TV. The Android boxes make more sense if you want a place to install emulators that also occasionally streams.

randomcruft,
@randomcruft@lemmy.sdf.org avatar

Thank you for this! I’ll look more at the Synology NAS devices and see what that’s all about. I’m probably the other way around, stream more, and emulate once in a while.

shrugal,

DS video is much worse than Plex in my experience, it’s not even close. The only upside is getting hardware transcoding for free, but that’s about it.

pineapplelover,

I would go with Jellyfin instead of Plex. It’s open source and works great

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

Nvidia Shield Pro with the default launcher disabled & replaced, Plex server. I’m pulling the unused apple TV out of the media setup this week.

randomcruft,
@randomcruft@lemmy.sdf.org avatar

Thanks, this seems like a common theme as well as Roku and Plex. At least you can recoup a few dollars on the ATV if you sell it.

aStonedSanta,

Preference on a launcher? I’m getting tired of the google ads lol

robolemmy,
@robolemmy@lemmy.world avatar

I use flauncher. It’s ugly and doesn’t have a lot of features but I don’t care. I only have two apps installed, so I’m rarely looking at or using the launcher anyway.

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

Bakkoda, in Do any of you have that one service that just breaks constantly? I'd love to love Nextcloud, but it sure makes that difficult at times

My wonderful MongoDB powered, old as fuck mFi vm. It’s running on Ubuntu 14 because that’s the last supported version and Ubiquiti abandoned this shit decades ago. It’s set to restore and reboot once a month. That usually keeps shit working lol

possiblylinux127,

Please tell me you don’t connect that to the internet

Bakkoda, (edited )

Haha fuck no.

EDIT: I kind of wish i had said yes just to spice things up.

fossilesque,
@fossilesque@mander.xyz avatar

I like to imagine it being pickled like Ozzy or Keith Richards.

Jimmycakes, in AppleTV complete replacement opinions

Roku ultra with the memory card. But no one in my household uses apple devices.

randomcruft,
@randomcruft@lemmy.sdf.org avatar

Appreciate the comment. The Roku seems to be pretty popular and luckily it’s just me, so I can experiment.

Gooey0210, in Nextcloud Performance Improvements

Since i started using nixos i don’t have any problems with nextcloud 🙃

johntash,

I only recently started using nix and NixOS. How’s the update process for nextcloud? Can you use the self updater?

Gooey0210,

In nixos you almost never use any “self” thing

You update everything with your whole system at once

Even the installed apps, the true nixos way to install them is through the configuration file

johntash,

That makes sense, it does sound better to keep it within nixos! I’ve mostly been using nixos to bootstrap servers that run nomad+docker, so beyond the system-level config, I haven’t done a lot with additional software yet.

coolie4, (edited ) in Update: Everyone said GameVault's UI was garbage, so we completely overhauled it.

I’m looking into a game manager and the other project I’ve seen that looks this polished is RomM. What are the differences between this and RomM?

Edit: GameVault is a Windows/MS Store app… Guess that makes the choice easy for me

alfagun74,

RomM is just a viewer.

biddy, in Do any of you have that one service that just breaks constantly? I'd love to love Nextcloud, but it sure makes that difficult at times

I haven’t had any issues with Nextcloud yet. But any torrent client refuses to work. I’ve tried various qbittorrent containers, transmission, deluge briefly, they all work for a while but eventual refuse to do anything.

Rin,

That sounds more like a network problem.

roofuskit, in Migrated my self-hosted Nextcloud to AIO and I absolutely love it
@roofuskit@lemmy.world avatar

This is all in one container? That is the exact wrong way to use docker.

vortexsurfer,

No, you give the AIO container access to your docker daemon and it will create / handle / supervise all the other containers nextcloud needs.

genie,

Love me some docker compose! I switched from a manually built VM over to the AIO setup about a year ago and never looked back. It’s been rock solid for me and my ~10 users so far.

haplo,

I appreciate the simplicity, but giving such broad permissions makes me unease and the main reason why I’m putting off moving to Nextcloud AIO. Am I the only one who thinks like this?

hempster,

Its OK if you have a dedicated VM just for nexcloud

synae,
@synae@lemmy.sdf.org avatar

Damn, why not use k8s at that point

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

It containerizes all the subcomponents under a mastercontainer, and even has support for community containers of things like pihole, caddy and dlna. So you have image control over each component, as well as codespace separation.

After 7 or 8 years of various forms of Nextcloud, I have to say this is the easiest one to maintain, upgrade and backup outside of my VM snapshots.

roofuskit,
@roofuskit@lemmy.world avatar

So it’s sub containers?

ikidd,
@ikidd@lemmy.world avatar

Not really, it just makes containers in your docker, accessible like any others. The mastercontainer can be used to control and update them, but you can just exec -dit them like any other containers you find in your docker ps

recapitated, in Do any of you have that one service that just breaks constantly? I'd love to love Nextcloud, but it sure makes that difficult at times

Always works great for me.

I just run it (behind haproxy on a separate public host) in docker compose w/ a redis container and a hosted postgres instance.

Automatically upgrade minor versions daily by pulling new images. Manually upgrade major versions by updating the compose file.

Literally never had a problem in 4 years.

cyberpunk007,

I’m still too container stupid to understand the right way to do this. I’m running it in docker under kubernetes and sometimes I don’t update nextcloud for a long time then I do a container update and it’s all fucked because of incompatible php versions of some shit.

recapitated,

I don’t remember much about how to use kubernetes but if you can specify a tag like nextcloud:28 instead of nextcloud:latest you should have a safer time with upgrades. Then make sure you always upgrade all the way before moving to a newer major version, this is crucial.

There are varying degrees of version specificity available: hub.docker.com/_/nextcloud/tags

Make sure you’re periodically evaluating your site with scan.nextcloud.com and following all of the recommended best practices.

madnificent,

Kubernetetes is crazy complex when comparing to docker-compose. It is built to solve scaling problems us self-hosters don’t have.

First learn a few docker commands, set some environment variables, mount some volumes, publish a port. Then learn docker-compose.

Tutorials are plenty, if those from docker.com still exist they’re likely still sufficient.

cyberpunk007,

Yeah I’m only running it because truenas scale uses it

mosiacmango,

They have an "all in one" docker installer for the above because you are far from alone here.

helenslunch, in Started to move off Google (not strictly self-hosted)
@helenslunch@feddit.nl avatar

Not a good idea to use your own domain. Use Proton Pass with domains you share with all the other users.

moon,

Why do you think it’s not a good idea to use your own domain? I’ve been doing it for years with Tutanota, it’s great.

helenslunch,
@helenslunch@feddit.nl avatar

I already answered this question

mwproductions,

I’m curious to know why, can you explain or point to an article?

helenslunch,
@helenslunch@feddit.nl avatar

I could but it’s pretty simple. You’re the owner of that domain. Any accounts/communications with that domain can be traced back to you.

mwproductions,

Ah, that makes sense. Thanks!

lemmyvore, (edited )

As opposed to an email address that can be traced back to you?

And who and why are we talking about anyway? Who’s tracking you if you have a domain?

helenslunch,
@helenslunch@feddit.nl avatar

As opposed to an email address that can be traced back to you?

That’s what aliases are for.

Who’s tracking you if you have a domain?

About a thousand different companies and a few dozen governments.

lemmyvore,

If you’re giving those companies personal info (name, phone, address, CC) they can track you regardless of what emails you use with each of them.

And if you’re not giving them personal info I don’t see how that works. Yeah so I register on both random site A and random site B with aliases @tfyuhegddssgvd.com, so what? How are they going to find out about each other? What will they tell each other even if they did? And why risk a GDPR violation for such silly reasons?

helenslunch,
@helenslunch@feddit.nl avatar

If you’re giving those companies personal info (name, phone, address, CC) they can track you regardless of what emails you use with each of them.

Good thing I’m not doing that.

And if you’re not giving them personal info I don’t see how that works.

…how what works, exactly?

Yeah so I register on both random site A and random site B with aliases @tfyuhegddssgvd.com, so what? How are they going to find out about each other?

You ever look at the Privacy Policy on any website ever? They all sell your information to data brokers.

And why risk a GDPR violation for such silly reasons?

It’s not a GDPR violation. And even if it was, that only applies inside the EU.

MasterInu,
@MasterInu@lemmy.world avatar

What makes you think Proton is trustworthy?

helenslunch, (edited )
@helenslunch@feddit.nl avatar

I don’t trust anyone. You don’t have to trust them. That’s the point. Everything is open source and encrypted.

But aside from that they’ve been audited several times and they have a good reputation in the community.

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.

art, in Do any of you have that one service that just breaks constantly? I'd love to love Nextcloud, but it sure makes that difficult at times
@art@lemmy.world avatar

The only device running Snap in my house is a Raspberry Pi running the Snap Nextcloud and it’s rock solid.

This might be a deployment issue. How are most people running it?

neurospice,

I use docker and I get issues sometimes. I will admit though, when I used the snap a few years back I had no issues whatsoever.

phx,

Yeah the Docker version hated me, mainly due to it sometimes getting a bit behind on updates and then having schema mismatches if I ran an update in that missed the previous one. No issues with the Snap thus far

colebrodine,
@colebrodine@midwest.social avatar

I used to have this problem. I started pulling a version number (like 27) instead of “latest” so that I could just pull minor releases when I did updates, and then I manually step up the version in the docker-config file for major versions when I’m ready for them. (I don’t like to pull a major release version until there’s been 1 or 2 maintenance releases since my nextcloud is fairly critical for my family)

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

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20975616 bytes) in /var/www/kbin/kbin/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php on line 171

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 10502144 bytes) in /var/www/kbin/kbin/vendor/symfony/error-handler/Resources/views/logs.html.php on line 38