aptalca

Results 101 comments of aptalca

The debug variable does nothing other than print or hide log messages: https://github.com/just-containers/s6-overlay#:~:text=S6_VERBOSITY%20(default%20%3D%202,shouldn%27t%20need%20this. Your issue may be time based. Maybe something else on your system is messing with those folder's...

Needs arm64 binary name updated as well

Unzip adds a subfolder so we need a mv after

Not dead but also not highly active. Serious bugs get fixed, not so serious ones take a while. They get triaged.

Well, they get marked as stale after 30 days. If still no activity after another 30 or 60 days (I forget which), then they get closed

Client url and backend url you put into docker arguments have to match exactly what address you're accessing it at. That's because your client browser is told by the pwa...

I have a personal docker image that combines the frontend and the backend and makes it much easier to set up. https://github.com/aptalca/m3uplayer If you reverse proxy it at a domain,...

If your iptv streams are http, you need to access the app over http. Otherwise your browser will block the http connections with a console error like `mixed content disallowed`

@Daniel-Aaron-Bloom can you give this test image a try? `ghcr.io/linuxserver/lspipepr-code-server:4.93.1-pkg-3d426902-dev-42aae8bde4a11d239abb91e5fd75f0e843ecc8a9-pr-188` It's the result of #188 , which should ignore the dev/cache folders during chown

scratch that, we decided to make chown conditional instead