Lem453
@Lem453@lemmy.ca
- Comment on Best Back Up Solution For Multiple Servers 3 days ago:
I use self hosted borg repo to backup to a local server and then also borgbase is a service that allows remote backup.
Borgmatic automates all of this.
- Comment on How to secure Jellyfin hosted over the internet? 5 days ago:
He’s saying that while there is no benefit to being connect to WG at home, there is also no downside so many people just stay connected all the time.
- Comment on How to secure Jellyfin hosted over the internet? 5 days ago:
I haven’t tried it, but the app has the ability to select which app it tunnels.
When you make a new tunnel, it says “all applications” if you click on that you can select specific ones to include or exclude
- Comment on How to secure Jellyfin hosted over the internet? 5 days ago:
Android wireguard all hasn’t been updated in 18mo. Its extremely simple with a small code base. There basically isn’t anything to update. It uses wireguard kernel module which is itself is only like 700 lines of code. It so simple that it basically became stable very quickly and there is nothing left of update right now.
- Comment on How to secure Jellyfin hosted over the internet? 5 days ago:
I just stay connected to wireguard even at home, only downside is the odd time I need to chromecast, it needs to be shut off.
- Comment on How to secure Jellyfin hosted over the internet? 5 days ago:
I use plain wireguard on me phone, always on essentially with no issues. I wonder why tailscale app can’t stay open.
- Comment on Making sure restic backups are right 1 week ago:
I use Borg but every now and then I mount a backup and download a few files to make sure they work correctly.
I’ve so far only had to do this for real with my local zfs snapshots after messing up a config file or blowing away the wrong folder. Process to restore is essentially the same except I would mount the Borg repo instead of a local zfs snapshot
- Comment on The Enshittification of 3D Printers – Are We Losing What Made Them Great? 1 week ago:
For now
- Comment on Firefox deletes promise to never sell personal data, asks users not to panic 5 weeks ago:
Is librewolf a good alternative? Most plugins seem compatible
- Comment on Immich: opinion revised 5 weeks ago:
Borgbase is remote
- Comment on Immich: opinion revised 5 weeks ago:
I used to use a docker container that makes db dumps of the database and drops it into the same persistent storage folder the main application uses. I use this for everything in docker that had a db.
Immich as recently integrated this into the app itself so its no longer needed.
All my docker persistent data is in a top level folder called dockerdata.
In that I have sub folders like immich which get mounted as volumes in the docker apps.
So now I have only 1 folder to backup for everything. I use zfs snapshots to backup locally (zfs auto shot) and borgmatic for remote backups (borgbase).
All my dockers all compose files that are in git.
I can restore he entire server by restoring 1 data folder and 1 compose file per stack.
- Comment on Custom Attributes in Authentik OIDC 5 weeks ago:
this is great info, thanks. I don’t think its the issue right now, I think I need to define the roles in owncloud which I tried to do but it still doesn’t work. I’ll ask on the owncloud forums but these custom scopes might still be needed at some point. thanks.
- Comment on Custom Attributes in Authentik OIDC 5 weeks ago:
tried this and also tried making a role in authentik assigned to the group called ocisAdmin and added the admin user to it, it still gives the same error. Seems like I need to define a proxy.yaml file in owncloud with the roles, I did this and it still doesn’t work.
- Comment on Custom Attributes in Authentik OIDC 5 weeks ago:
tried this, created a group called ocisAdmin and added the admin user to it, it still gives the same error. Seems like I need to define a proxy.yaml file in owncloud with the roles, I did this and it still doesn’t work.
- Submitted 1 month ago to selfhosted@lemmy.world | 9 comments
- Comment on What does the 3-2-1 rule look like for you? 1 month ago:
Its an automation software for borg backup to run on a schedule and keep a certain number of backups while deleting old ones etc.
- Comment on What does the 3-2-1 rule look like for you? 1 month ago:
All persistent storage is in a folder.
Locally there are zfs snapshots and for remote I use borg.
Borg to
- Local server
- Friends server
- Borgbase
- Comment on How often do you run backups on your system? 1 month ago:
I would but the other side isn’t zfs so I went with borg instead
- Comment on How often do you run backups on your system? 1 month ago:
Local zfs snap every 5 mins.
Borg backups everything hour to 3 different locations.
I’ve blown away docker folders of config files a few times by accident. So far I’ve only had to dip into the zfs snaps to bring them back.
- Comment on Autodesk Fusion 360 is moving it's cloud storage to Fusion Hub. Upgrading is Mandatory 1 month ago:
- Comment on Autodesk Fusion 360 is moving it's cloud storage to Fusion Hub. Upgrading is Mandatory 1 month ago:
Especially with freecad 1 just being released. Lots of great improvements and many tutorials are being created to show the new workflows
- Comment on Amazon’s killing a feature that let you download and backup Kindle books 1 month ago:
Authors sometimes offer direct buy ebooks from their personal site so you can support the author directly.
- Comment on Amazon’s killing a feature that let you download and backup Kindle books 1 month ago:
Kobo connected to calibre web is the ultimate freedom/privacy ereader
- Comment on Wubuntu: The lovechild of Windows and Linux nobody asked for 3 months ago:
Lemmy needs a best comment section like reddit had
- Comment on Could anyone recommend me a self-hosteable TinkerCAD equivalent? 4 months ago:
Freecad in a VM with a remote viewer like guacamole?
- Comment on Migrating from Nextcloud AIO to Owncloud Infinite Scale: Good Idea? 4 months ago:
Not sure what you mean by expects oauth.
I’ve been testing it and it works very well so far in my tests with just a normal user name and password to login.
I’ve actually been meaning to work on getting oauth connected to my authentik but haven’t gotten around to it yet
So far the server seems very solid and the clients for android and windows also seem very good.
- Comment on Anyone self-hosting ActualBudget? (with connection to bank) 5 months ago:
Would appreciate a link please! Can’t seem to find it on DDG
- Comment on Looking for help/guidance on how to setup a server for a business 5 months ago:
You don’t have the knowledge or experience to do this for a business. This is different than a personal cloud. You will be blamed when things don’t work.
Don’t touch this with a 10ft pole.
If you want to help, find commercial services that offer this and suggest those.
- Comment on The Fennec Android browser is currently behind on Firefox security updates, deemed unsafe by F-droid 5 months ago:
I’ve been using Firefox install via obtainium straight from the Mozilla repo.
- Comment on how can i self host my music? 5 months ago:
For normal docker self hosters the biggest is similar structures across their images.
It config is always /config
Also they run the same user so it helps with file permission issues