What would be the easiest self hosted way to share a music collection privately? I am thinking of just granting guest access to the nas folder via wireguard or a simple caddy instance but also more sophisticated versions. It would be good (but not a must) to have a search feature enabled. Any recommendations?

40
25
Recommended way to run my scripts from a venv?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearGI
    gitamar
    4mo ago 100%

    I use pipenv with pyenv together. This works pretty well, also in cron jobs. Just add pipenv run python script.py to the cron table.

    3
  • linux
    Linux 5mo ago
    Jump
    Has anyone made Linux Reddit Archives?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearGI
    gitamar
    5mo ago 100%

    The data is integrated into the Internet archive and available e.g. via the way back machine. Not sure if you can get the whole reddit dataset.

    4
  • memes
    Memes 5mo ago
    Jump
    Needle therapy
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearGI
    gitamar
    5mo ago 100%

    As far as I know, acupuncture has only one or two indications in which it performed better than a placebo. Interestingly the exact position of the needles didn't matter at all in any indication.

    2
  • I am using restic for backups. I would like to use a non-root user to backup my docker volumes. As the files in the volumes have very different access rights and groups, accessing them is difficult without root rights. Chowning the files doesn't help sustainably, as new files are created with a different group again. What recommendation do you have to smoothly backup files from the docker volumes? Tags #restic #backup #docker

    14
    8