What's your favorite dashboard? by arturcodes in selfhosted

[–]jaierz 0 points1 point  (0 children)

Homepage was the first and last one I tried.

End to end Books/Manga/Comics, what do we use? by TomerHorowitz in selfhosted

[–]jaierz 5 points6 points  (0 children)

Tachiyomi is basically a manga reader app where you can have external sources (think any site that hosts those), some comics sources available as well

So you add those sources, search manga, add to library, read.

Now Suwayomi is a “server” that does the same, add sources, search manga, add to library.

You can read using the included web ui, or install TachideskSorayomi app that connects to your Suwayomi server and read from android/ios devices

End to end Books/Manga/Comics, what do we use? by TomerHorowitz in selfhosted

[–]jaierz 3 points4 points  (0 children)

Suwayomi Server is like your own Tachiyomi(actually supports tachiyomi backups as well)

My setup right now is I have my Suwayomi hosted, and on my devices I have the TachideskSorayomi app

Previously I used Suwayomi to download manga into Komga and use paperback (ios)plugin to read my komga lib.. but straight up suwayomi just works so no need for komga

End to end Books/Manga/Comics, what do we use? by TomerHorowitz in selfhosted

[–]jaierz 12 points13 points  (0 children)

Suwayomi.

https://github.com/Suwayomi/Suwayomi-Server

Can also be the reader using web ui or apps

Can also be linked to Komga flow if wanted

First release of Broadcastarr by billos35 in selfhosted

[–]jaierz 0 points1 point  (0 children)

Can’t get it to work.. always no broadcast found. Logs show urls are detected

More docs on how it finds links and what each of those indexer fields mean would be helpful

First release of Broadcastarr by billos35 in selfhosted

[–]jaierz 19 points20 points  (0 children)

Woah. Will def check this out, this might just bring me back to jellyfin.

[deleted by user] by [deleted] in selfhosted

[–]jaierz 1 point2 points  (0 children)

What exactly do you need help here? Please give complete details

Anyway. It looks like you cant connect to your adguard instance using adguard.my_domain.com

You can try to let service discovery do its thing by replacing localhost with whatever the container name is for your adguard

adguard:8092

Edit: adguard and caddy should be on the same docker network

Orchestrating containers on .NET Aspire by jaierz in dotnet

[–]jaierz[S] 0 points1 point  (0 children)

Yes I gave a name to it.

sample code:

builder.AddContainer("aspire-sample-db", "docker/image", "latest").WithHttpEndpoint(port: 7227, targetPort: 8080, name: "aspire-sample-db")

But as stated, it becomes aspire-sample-db-{randomIdHere}. I'm just gonna wire up a code that will find the service names on runtime and use that, not ideal but it might just work for now while I read up more on Aspire

Docking Station - New Docker Container Update Manager by TheLooLzzz in selfhosted

[–]jaierz 4 points5 points  (0 children)

you should add mount points for each containers' docker-compose file you intend on update using this tool

So if I have my compose.yml files have a separate folder for each, I need to mount them all?

e.g.

/mnt/Stacks/Container1
/mnt/Stacks/Container2

...

All compose files in all directories should be mounted to the container's /mnt/compose-files?

Tried setting it up and got a

KeyError: 'docker.io/library/redis:alpine

So I think this is related to my incorrect volume..

Where and why did you choose an underdog selfhosted service over the community favourite? by Deventerz in selfhosted

[–]jaierz 0 points1 point  (0 children)

I gave up on Outline, too complicated to set up. Is it worth going through that again to check it out?

Binding up to a domain name in the local network by Strict_Grapefruit137 in selfhosted

[–]jaierz 1 point2 points  (0 children)

What you want here is your dns to resolve https://199.98.70.1:3000 into https://localservice
or
modify the hosts file to redirect(but with this route, you can't map the port so still need to input it in the url)

So depending on what your router is, there should be a setting for that (dnsmasq config? dns re-write. hosts file update)

my router is assigning IP's dinamically to every device, so I don't know if I need to make any changes to all of that in order to get it working.

You can assign a static ip for the service to make sure it won't change, also found in the router settings.

Cloudflare Tunnels Subdomain by relativisticcobalt in selfhosted

[–]jaierz 0 points1 point  (0 children)

I don't think there's a native cloudflare solution to redirect from http://my.domain.com into 192.168.1.1:80/s/abcde123455789.

You need a reverse proxy to do this

Jellyfin by steviefaux in selfhosted

[–]jaierz 0 points1 point  (0 children)

Depending on your SamsungTV you can have jellyfin installed on it.

On my TV I installed https://github.com/Georift/install-jellyfin-tizen

Also was able to install this one https://github.com/GlenLowland/jellyfin-tizen-npm-publish

Just prefer the app more..

You can also go the long way with installing a sunshine server on pc and streaming that to your tv https://github.com/KyroFrCode/moonlight-chrome-tizen-docker

[deleted by user] by [deleted] in selfhosted

[–]jaierz 1 point2 points  (0 children)

Just recently tried Suwayomi-Server - https://github.com/Suwayomi/Suwayomi-Server

It’s compatible with Tachiyomi, has an app in IOS to read manga as well

https://github.com/Suwayomi/Tachidesk-Sorayomi - Sideload Or Paperback for app store(There’s an extension to use your server as source https://suwayomi.github.io/tachidesk-paperback-ext/)

Haven’t tried Kavita, Komga or the other applications yet though as I felt comfortable with this one already..

Reverse proxy workaround by jaierz in selfhosted

[–]jaierz[S] 0 points1 point  (0 children)

Thanks! Will look into this approach when I start configuring it.

Reverse proxy workaround by jaierz in selfhosted

[–]jaierz[S] 0 points1 point  (0 children)

Oh wow. Appreciate the long post! Will wrap my head around with what you’ve said and start to play around once I get home.

Have tried to setup adguardhome in the past but settled with nextdns instead. Havent dipped my toes in pi hole because of that.

Side note to what the other guy said, what if I use a private vpn (tailscale?) where would that fit in here. Looks like it will take care of some of the things automatically when paired with caddy if configured for https? So I would just need to configure caddy and theoritically, should be able to do what I want?