https://www.heise.de/en/news/VLC-Player-Multilingual-subtitles-through-local-AI-10233749.html
-
“Portainer is an open source tool for managing containerized applications. It works with kubernetes, docker, docker swarm and azure ACI.”
I can access the main page under https://localhost:9443/


My docker images are those for archlinux, debian, fresh rss etc.

My containers include freshrss, portainer and ttrss docker instances.

-
With 6.14.9 kernel

-
So I changed the authentication to http and I could not login using the Web Interface. I received the following error:
“Error 403 – Forbidden
You don’t have permission to access this page [HTTP Remote-User= ; Remote IP address=172.17.0.1]”
Solution:
- ~ > sudo docker exec -t -i 324e7833ba21 /bin/bash (to browse the docker container config files)
- apt-get update && apt-get install vim (to be able to modify config files)
- vim ./data/config.php
- Change the variable ‘auth_type’ => ‘none’
- Login and rechange the authentication to web form





















