selfhosted

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

monkeyman512, in Best practices for media + piracy server

I think 2 good concepts come to mind to help you make choices:

  1. Least privilege - Only give things/people just enough access/authority to get the job done. A good example is sonarr doesn’t need access to your personal photos to do it’s job, so don’t give it access if to them.
  2. Defense in layers - Nothing is perfect and you can make mistakes in configuration. Don’t rely on a single point of failure to protect you. If you want remote access use a VPN. But also take steps in your network like putting a password on the logins.
Cqrd, in What is your prefered way to get audiobooks/podcasts/ebooks for your audiobookshelf?

I find it on a truck that could find in my comment history.

poVoq, (edited ) in Joplin alternative?
@poVoq@slrpnk.net avatar

There are multiple options with Orgmode clients. For a webview Filestash supports Orgmode, but there are also some dedicated options I think.

1050053, in Joplin alternative?

Have you checked out AnyType?

node815,

Anytype is amazing, but when they give you these super long passkeys to decrpyt? That makes having to either memorize the something like 12 short words, and keep them in the exact order they tell you, you sort of have to put them in a notebook (ironically), password manager or whatever you choose to store it.

eluvatar, in File server with on-demand sync, preserve the filesystem, and runs without external DB?

Why no real db? Those other 2 features make sense, but if the only option you can use sacrifices the 3rd option then it seems like a win. Postgres is awesome and easy to backup, just a single command can backup the whole thing to a file making it easy to restore.

rearview,

I think oCIS spoiled me with regards to the database issue xD. You bring up a good point - I’ll try reinstalling Nextcloud with Postgres, removing unneeded bloat, and use it until oCIS has a “native” backend

theRealBassist, in File server with on-demand sync, preserve the filesystem, and runs without external DB?

I don’t think this would solve your particular use case. However, SSHFS is absolutely amazing for remote smb share access.

I used it on my laptop to access my home NAS for years.

Tiritibambix, in SOLVED. Has anyone installed Shotshare using docker-compose ?
@Tiritibambix@lemmy.ml avatar

To give more information:

I’m a portainer user and wanted to try shotshare as is looks exactly like what I need :)

I followed these steps: sudo mkdir Shotshare and cd into this directory sudo touch .env database.sqlite sudo chown 82:82 .env database.sqlite

and then tried this docker-compose:


<span style="color:#323232;">version: "3.3"
</span><span style="color:#323232;">services:
</span><span style="color:#323232;">  shotshare:
</span><span style="color:#323232;">    ports:
</span><span style="color:#323232;">      - 2000:2000
</span><span style="color:#323232;">    environment:
</span><span style="color:#323232;">      - HOST=:2000
</span><span style="color:#323232;">      - ALLOW_REGISTRATION=false
</span><span style="color:#323232;">    volumes:
</span><span style="color:#323232;">      - /srv/dev-disk-by-uuid-7fe66601-5ca0-4c09-bc13-a015025fe53a/Files/Shotshare/shotshare_data:/app/storage
</span><span style="color:#323232;">      - /srv/dev-disk-by-uuid-7fe66601-5ca0-4c09-bc13-a015025fe53a/Files/Shotshare/database.sqlite:/app/database/database.sqlite
</span><span style="color:#323232;">      - /srv/dev-disk-by-uuid-7fe66601-5ca0-4c09-bc13-a015025fe53a/Files/Shotshare/.env:/app/.env
</span><span style="color:#323232;">    restart: unless-stopped
</span><span style="color:#323232;">    container_name: shotshare
</span><span style="color:#323232;">    image: mdshack/shotshare:latest
</span><span style="color:#323232;">networks: {}
</span>
Smiling_Fanatic, in Grocery shopping apps
deFrisselle, (edited ) in Suggestions for NAS (or other hardware) solution to home setup
@deFrisselle@lemmy.sdf.org avatar

After doing my research, I’m going to be using XigmaNAS as the OS for my NAS build

XigmaNAS.com

jcrabapple, in Memos - Easily capture and share your great thoughts. Open Source and Free forever
@jcrabapple@infosec.pub avatar

So this is like a public notebook?

wreckedcarzz,
@wreckedcarzz@lemmy.world avatar

“public” to registered users, it seems (but by default, memos are private; and the ability to set them as publicly can be disabled by the admin)

Shimitar, in File server with on-demand sync, preserve the filesystem, and runs without external DB?

I am playing with SFTPGO, while not being a backup solution its a great backbend supporting sftp, WebDAV and much more that you can bind with something on client side.

Currently using synchthing, but planning to switch since that is not a backup tool.

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

Your post stood out to me. Why isn’t it? Also what would you suggest? Thoughts on restic?

Shimitar,

I use restic. Nice simple and works. Synchthing to keep files synched between phone and server. Restic for server backups.

Sftpgo is a very interesting backend + web interface if you look for something to access/copy/backup your files remotely.

MNByChoice, in Suggestions for NAS (or other hardware) solution to home setup

Kinda related: what if I install something like Debian/Ubuntu on it? Can I still use the NAS hardware in the same way?

This question confuses me. Debian and Ubuntu can be setup to be NASes.

NAS is a description of a mid-level function that various software provide a part of.

Various file systems and volume managers can provide snapshots and rollbacks. To aid your research LVM, ZFS, and many others support snapshots.

There are various ways to then expose the formatted space to the network. To aid research NFS, SMB, and iSCSI are options.

Anyway, I hope this is helpful to someone.

vegetaaaaaaa, in File server with on-demand sync, preserve the filesystem, and runs without external DB?
@vegetaaaaaaa@lemmy.world avatar

SFTP mountpoint + rsync (or grsync GUI) or unison (or unison-gtk GUI)?

DontNoodles, in Fighting with immich

I stand with you for the subdomain and bare metal thing. There are many great applications that I’m facing trouble implementing since I don’t have control over A domain settings within my setup. Setting mysite.xyz/something is trivial that I have full control over. Docker thing I can understand to some extent but I wish it was as simple as python venv kind of thing.

I’m sure people will come after me saying this or that is very easy but your post proves that I’m not alone. Maybe someone will come to the rescue of us novices too.

Shimitar,

Us novices?

No, it’s not that. The point is not that using a sub domain is easy or not, you might not have access to using one or maybe your setup is just “ugly” using one or you just don’t want to use one.

Its standard practice in all web based software to allow base URLs. Maybe the choice of framework wasn’t the best one from this point of view.

As for docker, deploying immich on bare metal should be fairly easy, if they provided binaries to download. The complex part is to build it not deploy.

But you gave me an idea: get the binaries from the docker image… Maybe I will try.

Once you have the bins, deploying will be simple. Updating instead will be more complex due to having to download a new docker image and extract again each time.

DontNoodles,

Another such application that I wish had easy implementation for what you call base URLs is Apache Superset. Such a great application that I’m unable to use in my setup.

cybersandwich, in Weird issue with lemmy ansible

you may need to check your server’s DNS configuration or make sure that the hostname “lemmy-ui” is correctly defined and reachable in your network. It looks like it’s expecting the lemmy-ui to be on the .57 machine. If you are expecting it on the .62 then something is misconfigured in the script.

It just looks like it can’t find that host.

Sorry I can’t be more help. I don’t run a Lemmy instance and I’m not familiar with the ansible config you are using.

arudesalad,

It’s on the .57 machine and in the same docker environment as the proxy

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