Shimitar

joined 1 year ago
[–] [email protected] 1 points 1 week ago (4 children)

Never found a service that don't work with nginx reverse proxy.

My jelly fin does.

Don't run photoprims tough...

[–] [email protected] 1 points 1 week ago (6 children)

You might use LDAP, but its total overkill.

I have not yet worked jellyfin with authelia, but its more or less the last piece and I don't really care so far if its left out.

A good reverse proxy with https is mandatory, so start with that one. I mean, from all point of views, not login.

I have all my services behing nginx, then authelia linked to nginx. Some stuff works only with basic auth. Most works with headers anyway, so natively with authelia. Some bitches don't, so I disable authelia for them. Annoying, but I have only four users so there is not much to keep in sync.

[–] [email protected] 4 points 1 week ago (8 children)

They actually do, i am down the same path recently and installing authelia was the best choice I made. Still working on it.

But most stvies support either basic auth, headers auth, oidc or similar approaches. Very few don't.

[–] [email protected] 2 points 1 week ago (1 children)

Ok, I have a web browser on a locked down device and nothing else: how do I print a pdf or a photo using IPP?

I have: a camera, a browser, a file manager (kind of, think of an iPhone or some stock android business device) and I need to print a photo taken with the camera or a pdf file sent to me via email or WhatsApp?

The device is connected to the WiFi guest network with limited internet access (if any) and as only available service a server with port 443 open (a reverse proxy on that, captive portal and such).

In my experience, there is no way to print via cups in this configuration. Maybe I am wrong?

[–] [email protected] 3 points 1 week ago (3 children)

It still requires the device to be capable to print...

And the user to find the printer select it and so on. And must expose more ports on the network beside 443...

So, indeed cups is a great solution, but not to the problem I want to solve.

I do use cups in fact for the trusted part of the network, driverless printing for windows and Linux. Android doesn't even need cups since it picks up the printer directly from the printer itself (AirPrint or whatevee that's called).

[–] [email protected] 5 points 1 week ago (6 children)

I known cups can share printers and queues.

What is unclear?

I don't want to pull drivers or install cups on devices. I want to print from anywhere just uploading a file to a web page.

If I have lots of devices or just want to let somebody print from his phone/tablet without installing or configuring anything...

With cups I still need to touch the system or the device somehow to let it print.

[–] [email protected] 1 points 1 week ago

Yes, this is what I am afraid of... There is nothing out there for this task.

Hope to find something or maybe try to create something using lpr on the background... But this is the las hope as I have little time.

[–] [email protected] 3 points 1 week ago (8 children)

I want to print from a web page: upload the file, hit print button.

In this way I can print from whatever device I want even without any driver installed or configuration.

[–] [email protected] 2 points 1 week ago

Yes, sure I am... Would probably prefer a bash CGI because I like challenges :)

(Author and such would be managed by my reverse proxy)

But I would prefer something already baked if it exist

[–] [email protected] 1 points 1 week ago

You get a real IP? Its been cg-nat with every provider for the last many many years in Italy.

I got a cheap vps and just run some reverse tunnels to map ports from it to my home server going trough my cg-nat.

[–] [email protected] 9 points 2 weeks ago (8 children)

Mmmm no? Seems it works

[–] [email protected] 1 points 2 weeks ago

Don't. Backup data, reinstall software.

Answer.

 

Hi fellow sailors,

i have lots of downloaded... ISOs... that i need to converto to save space. I would like to make them all of the same size, let's say 720p, and same format, let's say h265.

I am on linux and the... ISOs... are sorted into a neatly named hierarchy of sub-folderds, which i want to preserve too. What is the best tool (CLI) for the scope? I can use ffmpeg with a bash script, but is there anything better suited?

 

Let's say i download an iso for my latest favourite distro and, after unpacking the rar (usenet) i find the right contents but all the filenames are a bunch of hexadecimal strings. The files are legit, but how do i "decode" the names to know which one is file n.1, file n.2 and so on?

54
submitted 8 months ago* (last edited 7 months ago) by [email protected] to c/[email protected]
 

I use Joplin and I do like it very much, but I would like to be able to at least view (not edit) the notes from web browser... Which is not supported.

Are there good alternatives that are:

  • fully open source
  • have android client
  • have web client or viewer
  • can be synched VOA WebDAV or native method

I can also settle for a Joplin web viewer of sorts!

UPDATE: i opened up a can of worms. I would have never tought there would be so many tools for this task, and so many different shades of how it can be done. Even excluding ALL the non-truly-FOSS solutions out there, there are still tons of tools with good points and bad points. Of course, NONE fits my bill so i will spin mine… Joking, i have no time for that.

Using joplib-webview feels too much. Spinning containers just for that meh. Will try tough. The joplin .md files are only "sync" files, from which yo ucan probably extract the notes. But that would be not the best idea. Maybe some kind of link to Joplin terminal would be the way forward. I will see.

I will stay on Joplin, it's the closest i could find to what i need, the only lacking is a web viewer, which i can live without for the time being after all.

Thank you all, and to anybody still chiming in!

0
submitted 8 months ago* (last edited 8 months ago) by [email protected] to c/[email protected]
 

After all the amazing reviews and post i read immich I decided to give it a try.

To be honest I am quite impressed, it's fast and polished, it just works.

But I found a few quirks, and hit a wall with the developer that doesn't seems kind to listen to users that much (on these issues at least!)

Maybe you guys have suggestions?

Here I go:

One: it does not support base URLs, witch means that I had to spin a dedicated sub domain to be able to access it over internet while all my other services are on a single sub domain. I can work with that, but why. Dev already shut this request down in the past as "insecure". Which I find baffling. (I mean use mydomain/immich instead of immich.mydomain)

Two: auth cannot be tied to reverse proxy. I get it, it provides OAuth. But it's much more complex than proxy based auth... And overkill for many cases, mine for sure.

Three: impossible to disable authentication at all, which would just work fine in my use case. There is a switch that seems for that, but no, it's only for using OAuth.

Four: I cannot find a way to browse by location, only by map. (Locations list seems to be half baked unless I am missing something).

Five: no way to deploy on bare metal, and I tried! due to lack of documentation (only info I found where very very outdated), and no willingness to provide info about that either. Seems that docker is so much better that supporting bare metal is a waste of time.

Six: basically impossible to manage easily public albums. like a public landing page. I get this might be outside immich scope.

Seven: even if now you can import existing libraries, it still does not detect albums withinbthem (sub folders) which is very annoying.

So, overall its a great project and very promising, faster and more reliable than Libre Photos in my use case, but still lacking some basic features that the Dev seems not interested in adding. He developed it to please his wife, I get it :) - no pun intended, doing all this take lots of time, I know.

These are the alternatives I know of:

Photo prism requires a subscription for reverse Geo coding.

LibrePhotos feels sluggish and kind if abandoned.

Are there any others? (Piwigo and Lytchee are great tools, but different kind of tools)

Let's hope for immich, Dev is working a lit, let's hope for the best.

 

Hi! Question in the title.

I get that its super easy to setup. But its really worthwhile to have something that:

  • runs everything as root (not many well built images with proper useranagement it seems)
  • you cannot really know which stuff is in the images: you must trust who built it
  • lots of mess in the system (mounts, fake networks, rules...)

I always host on bare metal when I can, but sometimes (immich, I look at you!) Seems almost impossible.

I get docker in a work environment, but on self hosted? Is it really worth while? I would like to hear your opinions fellow hosters.

 

tabula rasa registration is open

:::

 

Well, i decided to brush up my simple HTML page and created a fully linked wiki on the subject. Please take a look, in the hope it will be useful for at least one fellow one-eyed leg-pegged passionate data hoarder.

Any hints or suggestions is appreciated.

70
Writing a guide (www.paneburroezucchero.info)
submitted 10 months ago* (last edited 10 months ago) by [email protected] to c/[email protected]
 

Hi all fellow sailors. After having spent lots of time and effort recently to properly setup my environment, i have put toghether (more for MY personal future reference than anything) the guide linked to this post. It's not done, a few things are missing, but i hope it could be usefull also for more people in the future.

the link is: https://www.paneburroezucchero.info/sailing.html

Cheers!

 

One month ago I decided to give the 'Arrs a chance and, while there are issues and limits, i'am loving them.

But I have an issue: at home I have only internet access trough a 5G mobile network connection which means zero opportunity to have port forwarding or open ports at all. This rules out private torrent trackers (tried a couple, no luck in getting any ratio ofc). Public torrent trackers being basically shit, I decided to give Usenet a try, and two things happened:

  1. I started loving it!
  2. I discovered I have a 1tb/months full band with cap on my home connection. After that from 200mb/s I get dropped to 6mb/s this time, unlimited bandwidth.

I have a few suggestions first for newcomers: 'Arrs: start using them NOW. Also, they will help you organize your existing library, but be aware that doing a good job is not only mandatory but also time-consuming. Also, get JellyFin and it will play along with your organized (-- imean it) collection nicely. Make sure you set proper umask and group (media management/advanced settings for each arr app) do that the entire stack andbl jellyfin can write into your media collection: this will reduce issues with metadata sync a lot. Get bazarr working with subscene! And setup a nice nginx reverse proxy for the entire stack.

Some issues I ran into: Readarr really has issues with finding stuff and specially with audio books. Anybody could help me out here?

Lidarr seems always to go to torrent, which get stuck with no seeders for me. Is there music on Usenet?

Now to the last part: Usenet! That changed my entire game. As movies and TV series, I can literally find anything fast and saturated my 1tb plan in two days. I have newshosting and recently got eweka for less than 4€/month. Don't get caught in the common lie of three months free: they always charge 15 month immediately so you cannot really test them out then cancel. As indexers I got NZBGeek and I am planning to seek out DrunkenSlug. Any suggestions here?

(I know newshosting and eweka are probably overlapping, getting both was a mistake, but a relatively cheap one)

One last question: audiobooks and music on Usenet: what is your experience?

One truly last question: any way to integrate soulseek (nicotine+) on the arr stack?

Thanks fellow sailors.

67
Usenet (feddit.it)
submitted 10 months ago* (last edited 10 months ago) by [email protected] to c/[email protected]
 

So, i want to give a try to usenet world.

I have the *Arr setup with torrents now, and works great, but why not experiment a bit further?

So many questions...

First of all: will i find italian contents? Or its all US/English stuff?

I got an account on NZBFind, bit thats only an indexer right? I need also to find an access provider to usenet? If so, which access provider do you recomend? I want somewhere i can test for a few weeks or a month or so before committing, so no credit card upfront.

Update: trough techradar got an offer on newshosting for 5.99/mo with 3 monts free. Paid with PayPal then cancelled the recurrent immediately (so paid 0 so far). But at the moment not yet sure i made it working in my *Arr setup properly.

 

Recently setup the *Arr stack&transmission+ JellyFin and loving it... (linux user, with always on server at home, behind a 5G unlimited connection)

I am a torrent person, dont understand usenet at the moment.

A few questions to fellow sailors:

  • how do you safely and easily import your existing libraries? (Movies tv.shows books..)

  • how do you manage multiple languages.in movies? Like having the movie in french and english both

  • where and how to search for audiobooks? Really cant find many...

Any tips for daily usage?

 

Hi fellow people! I want to download & save a huge set of small videos (20min each) for a swimming course I paid for and they don't let me download , and this is driving me crazy.

The videos can be accessed via browser only, and I tried tubedowoader with no success (gives an error "empty keys" while attempting to download).

What should I try?

(Android is first choice, then Linux ofc)

view more: ‹ prev next ›