MatthK
MatthK
Yet another update. I did find a way to get into the docker container, and amended cli.py with the suggested changes from 258. After a restart of the container, the...
### INFO **Python Version**: `3.6.9 (default, Jun 29 2022, 11:45:57) [GCC 8.4.0]` **Operating System**: `Linux-4.15.0-130-generic-x86_64-with-Ubuntu-18.04-bionic` **Locale**: `UTF-8` **Branch**: [master](../tree/master) **Database**: `44.19` **Commit**: pymedusa/Medusa@f690170c2cbd9f2804c38a6047059cb1ace8afe3 **Link to Log**: **No Log available** ###...
Is there a solution to this?
Thanks for this. I just saw this branch and tried it out. At first I had the same problems, it just wouldn't show up. When I tried to get the...
Based on the link ([https://hub.docker.com/r/pamplemousse/selfoss/dockerfile](https://hub.docker.com/r/pamplemousse/selfoss/dockerfile)) above I managed to get it packaged into a docker-compose including a MySql database and also including my Webfront. Have a look here: [https://github.com/MatthK/swfd](https://github.com/MatthK/swfd)
I can have a look at that, although this was my first php project. When I look at the `src/daos` or `src/controllers` I'm not quite sure how these classes and...
I fear I'm not that much of an expert on Docker either. I previously made a container to have my webfront with Selfoss in one container. Recently someone asked, if...
@meeb There are a few other docker containers running on that machine, but I have the impression that it is not that busy. How could I check or monitor this?...
When I tried to restart the container, it would show the above logs. So it kept staying in the "startup" state and not turn healthy. I checked the dmesg. It...
This is how I run it: ``` sudo docker run \ -d \ --name TubeSync \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Asia/Hong_Kong \ -v /home/matth/TubeSync-config:/config \ -v /mnt/movies/YouTube:/downloads...