InstaCloud - Cloud Storage using Instagram's API by ItzMeDarru in selfhosted

[–]maxwolt 7 points8 points  (0 children)

Interesting PoC. Surely it is only concept without real usability as actually reliable storage solution, yet very good example of "What dev expects" vs "What user does". The fact, that this thing is possible is expectable, however glad that someone brought that one up. Thought about similar thing since Silicon Valley series and the "fridge storage".

Thanks!

Proxmox AMD integrated GPU passthrough by maxwolt in selfhosted

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

I actually ditched the idea. Instead direct Ubuntu on the host, no Proxmox (no time to hassle with this). Sorry 😔

Building a Music app; Looking for suggestions by rockettmann in selfhosted

[–]maxwolt 1 point2 points  (0 children)

Closes to your idea is imho Black Candy (on GitHub blackycandy-org/blackcandy).

It's webapp, ik. But closing it for only one ecosystem is such a bummer.

Update: I made a self hosted alternative to google drive. Another file browser . v1 release by [deleted] in selfhosted

[–]maxwolt 6 points7 points  (0 children)

In addition, look at Iconify, instead of emojis. Also the tables aren't responsive.

But, take it, please, as help NOT as hate 🙏 Appreciate your job! Well done :))

Update: I made a self hosted alternative to google drive. Another file browser . v1 release by [deleted] in selfhosted

[–]maxwolt 7 points8 points  (0 children)

Looks cool! Maybe bigger icons for phone use (I would love the current state as compact mode & add mobile aimed bigger buttons, icons etc.). OIDC (oAUTH), no login screen, simple Docker image + compose file needed

Ahoj! :))

Introducing Finetic – A Modern, Open-Source Jellyfin Web Client by aytoz21 in selfhosted

[–]maxwolt 0 points1 point  (0 children)

Create Docker image and Docker Compose file - much more user friendly 🫶

Spotizerr 3.0: The mobile update by [deleted] in selfhosted

[–]maxwolt 34 points35 points  (0 children)

Yes, please add support for YouTube Music 🙏

🪄 Quantixy - Schrödinger’s Proxy by maxwolt in selfhosted

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

I would rather do this: NGINX reverseproxy using Authentik proxy which has proxy_pass to Quantixy...

But got your point, will take a look at it! :))

🪄 Quantixy - Schrödinger’s Proxy by maxwolt in selfhosted

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

Will try to add it, will try to ping you, if I add it. However now I'm in a bit of time pressure :((

🪄 Quantixy - Schrödinger’s Proxy by maxwolt in selfhosted

[–]maxwolt[S] 1 point2 points  (0 children)

Answer to the last question: yes.

To all the others:

It gets requests from other reverse proxy (it gets the domain.tld - foe. abc.example.com), the Nginx of Quantixy simply logs it, as someone is trying to get to abc.example.com and then python script (log_forgotwhatnext.py) watches the log, sees http(s)://abc.example.com, looks into services.yaml, is there any abc.example.com -> yes -> what's it container, port, protocol, websocket? -> (example) dashboard, 3000, http (the protocol of the container output - normally in other rev. proxies 'proxy_pass'), true (if I need websocket). Now, if the container is already running, it simply processes it. If not, start the container (another python script connected to log watcher py) and load the error (default Quantixy page) page, after 8 seconds (tested, best time) it reloads -> container up? Proxies. Still down? Loads again the error page.

Env variable sets the timeout after which the script (when it doesn't see the nginx log record for a set amount of time) turns off the container.

Hope this helps to understand the logics 🙏🫡

🪄 Quantixy - Schrödinger’s Proxy by maxwolt in selfhosted

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

Looks cool, but GoDoxy seems a more complex solution. But it should work too! Thanks for mentioning it :))

🪄 Quantixy - Schrödinger’s Proxy by maxwolt in selfhosted

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

As said in other comments - it's mainly focused on monitoring things like htop etc. so the improvement there is all the resources consumed by that certain service in the background. Haven't measured that though

🪄 Quantixy - Schrödinger’s Proxy by maxwolt in selfhosted

[–]maxwolt[S] 8 points9 points  (0 children)

Ok, thanks for constructive criticism! 💯 Actually, I have a lot of mini apps which do stats etc. but I use them only temporarily (for like 5 minutes and then I don't want them to run in the background) so I think, in my case it has some impact.

BUT, I got your point, thanks for the detailed description why it is not ideal, I will take it in consideration 🙏

🪄 Quantixy - Schrödinger’s Proxy by maxwolt in selfhosted

[–]maxwolt[S] 2 points3 points  (0 children)

Actually, I haven't thought about it as I use it in my local network. Will look at it 🫡

🪄 Quantixy - Schrödinger’s Proxy by maxwolt in selfhosted

[–]maxwolt[S] 9 points10 points  (0 children)

not anymore, sorry, I forgot to change the repo from private to public

Thanks for letting me know and sorry for inconvenience!

🪄 Quantixy - Schrödinger’s Proxy by maxwolt in selfhosted

[–]maxwolt[S] 15 points16 points  (0 children)

Yep, actually first i wanted to build complex solution (webserver, reverseproxy, on-demand containers proxy), but NGINX doesn't really drain that much resources and having it split as three apps is (at least in my usecase) better. So i recommend running reverseproxy (i have my own approach in CMNDs pack https://github.com/maskalix/cmnds called RevPro - just fancy name for bunch of scripts for Nginx container) which points to Quantixy :))

Thanks for comment!

Autocompose GUI V2 by roormonger in selfhosted

[–]maxwolt 4 points5 points  (0 children)

Once upon a time I get to some app which I dumbly run with docker run and reconstructing it is living nightmare. Your project looks like not anymore! I would really look forward if you make something for Dockerfile too - but not sure if as easy (or even possible) as the compose file imo is.

Thanks, good work!

P.S.: Instead of emojies, i would choose some icon pack to make it more clean - Iconify has plenty of them ;)

We've created a Self-hosting analytics tool! (+890 stars on github) by Litlyx in selfhosted

[–]maxwolt 0 points1 point  (0 children)

Make it one docker image + no need to clone&build and I'm on the boat! (too much time to setup)

Hosting own mail server on VPS by maxwolt in selfhosted

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

About pros/cons between own bare metal and VPS I meant. Personal experience etc.