• 0 Posts
  • 88 Comments
Joined 10 months ago
cake
Cake day: December 28th, 2023

help-circle


  • I’ve subscribed to YT Premium today.

    If you’re on Android there’s InnerTune. It’s basically YouTube music but for free ! Just to bad you can’t directly access downloaded files to export them elsewhere. (Yeah that’s practically piracy and illegal)

    I like navidrome + Tempo as self-hosted solution. Works well without any issues. However, I read about horror stories people losing all their media or fucking up their media library ?

    Also, that’s a huge song library (20.000?)… Not sure this can be easily handled over to a self-hosted solution? But first you need to organize your songs


  • Hi there ! Sorry my English is not that good, but I’m doing the best I can !

    Actually, I do not have a VPS. I use an old spare laptop as server which handles everything.

    I have Wireguard barebone installed with a a second external wireguard interface and some iptables to send all traffic to ProtonVPN.

    All my containers,on the same laptop, are directly reachable via this configuration and HTTPS is handle by Treafik with my self-signed local certificates (root CA with intermediate CA).

    Eg: From my mobile over WiFi or 4G I can access all my containers where ever I’m. My endpoint in my Wireguard’s confirguration (on my phone) being my home’s public IP.

    I hope I answered your question? If not I’m willing to give you a diagram of my setup, this will probably clear up the confusion/question? And will probably be way more explicit than my broken English 😄.


  • Probably what you’re looking for is the following setup:

    docker <-> services <-> reverse proxy <-> VPN <-> Internet

    1. Your next step is to chose a reverse proxy to handle your requests and serve your services on port 80 and port 443. There are several choice and you have to somehow stick with it, because each reverse proxy has it’s up and downsides and learning curve:
    • Treafik (that’s the one I use and is specifically made for containers)
    • Caddy (Never used it but heard only good things about it)
    • Nginx (this one is a beast to tame, however I heard it’s easier to setup with nginx proxy manager)

    Those are the 3 big players I’m aware of.

    1. You reverse proxy ready and functional you need something to access them outside your LAN. There are also several ways to achieve the same goal. The one I use and are happy with is to configure Wireguard on your server and only open the port needed to connect to it.

    This is also a big part and probably this is the route of a tinkerer and have lot of personal time to spare… There are easier AIO routes that will probably save you time and energy. (Others will point you to the right direction)

    1. Bonus tip

    You will rapidly understand the necessity of DNS. Reaching out to your services by IP:PORT will annoy you over time, even if you save them as bookmarks. Also if you don’t assign a static IP to your containers they will change every time you restart them or reboot your server. Not very practical !!

    Here you have 2 choices:

    • personal mini certificate authority (totally free and personal local domains but harder to setup)
    • cheap domain name with automatic certificate generation.

    I personally chose the tinkerer route and learning process. But I have time to spare and while I prefer this route… It’s very time consuming and involves a lot of web crawling and books reading.

    If you are interested I can recommend you a good ebook on how to setup your own mini-CA :).


    Hope it helps, you are halfway through !


  • Trying to add a direct path to files doesn’t work.

    Dunno what’s wrong here, but I do add a files direct path to /etc/ssl into a docker container and works as expected.

    I think It’s related to miniflux and have my self-signed certificate in its truststore to communicate with wallabag (inter-docker communication).

    I can’t give you a snipped of my compose but will gladly edited my comment when home.




  • Ohhh? I tried to make it work even adding the certificate into de /data folder of MPV (rooted android) but it didn’t worked… (source)

    I remember I even checked the logs via ADB and while I can’t remember the exact error logs, it wasn’t accepting my certificate.

    Also android MPV is the only application on Android that doesn’t accept my self-signed certificate. Navidrome, HTTP shortcuts, bitwarden, Tempo… They all accept without any problems.

    If you have some juicy info to share I’m all ears 👍 !!

    Edit: It’s probably related to android 14 (god I hate it here…) But can’t revert to 13… The Stock firmware builds are Bitwise different.


  • Being able to stream my shows on an unstable or lower bandwidth internet connection like on a train

    Oh yeah good point wasn’t thinking of that kind of use case. Internet is available everywhere now and I’m so used to gigabit Ethernet and high-speed WiFi/5g that I forgot the low speed of public WiFi or locations where the connection can get unstable.

    You could argue I should adapt my habits to my means but I frankly really think it should be the other way around, and transcoding solves that for me.

    In the past I probably would ^^" but today it’s nearly impossible if you want a balanced life in a daily working/study routine. There’s so much to do, to much to think of, to much information… Automating stuff is where you can gain hours in the long run, so I totally get it !

    Thanks for your answer !





  • N0x0n@lemmy.mltoSelfhosted@lemmy.worldMozilla grants Ente $100k
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    1 month ago

    Nobody ever talking about lychee ?

    Yes okay it’s not GPL or written in a fancy new language (PHP is still alive xD). But it’s simple, elegant, no UX bloat, no ML or IA stuff… Just a plain simple self-hosted photo manager.

    One thing I really liked about it, you can import you external photo’s with .xmp files, just one checkbox away.

    The tag feature is simple but working as expected. Nothing fancy but it does best what’s it’s supposed to do !!

    Call me old boomer but I really like the simplicity of lychee. It’s a bit like how reading an article from miniflux or wallabag… Simple html files without bloating your eyes or your brain…

    Just my 2c, nothing to see here !


  • I have a self-hosted Baikal server with self-signed CA on Android 14 and it works.

    However, I didn’t had to add the certificate to Davx⁵ itself. Adding a rootCA into your device and your reverse proxy handling the request should work as expected over https.

    Those kind of things are difficult to troubleshoot, this could be:

    • Bad rootCA certificate, missing the necessary options ?
    • Wrong certificate handled by your reverse proxy ?
    • Radicale doesn’t recognize your certificate extension ?
    • Wrong networking configuration ?
    • Bug ?

    We need more infos about your setup:

    • Do you use a reverse proxy ?
    • Had you already any success with this certificate within an other application ?
    • Any logs from your Android, Davx⁵?




  • Try something like this for 1 show:

    Show_name [ID]/
    Show_name [ID]/Season 01
    Show_name [ID]/Season 01/S01E01 Episode name.mkv
    

    Clear all the log task in jellyfin Task menu:

    Dashboard>Scheduled Task>Maintenance
    
    Optimize Database
    Clear Log Folder
    Clear Cache Folder
    Clear Activity Logs
    Clear Transcodes Folder
    

    Clear all your Browsers cache/history/data

    This depends on what browser you use
    

    Do a full rescan of your Jellyfin show

    Dashboard>Libraries>Scan All Libraries
    

    Replace all metadata and check to replace existing images

    Jellyfin main menu (where you see your shows thumbnail) > "three dots" > refresh metadata > replace all metadata > check replace existing images
    

    If this works for the TV show you changed according to Jellyfin’s recommendations, you can bulk edit your TV shows names and folders with Sonarr. You don’t need to redownload them, just use your local files.

    If this doesn’t work check your Jellyfin’s docker logs/configuration/metadata downloader

    Hope it helps !

    Edit: here’s an example on how to edit naming scheme with sonarr: https://trash-guides.info/Sonarr/Sonarr-recommended-naming-scheme/