Das finde ich ist Ansichtssache. Natürlich ist es für einen Dockerprofi kein Problem aber für jemanden der hin und wieder mal etwas damit macht nicht so einfach.
Ich habe also das Docker Image mit dem Docker Manager heruntergeladen und gestartet.
Ich habe zwei Pfade im Docker Manager hinterlegt... einmal für "config" und einmal für "iCloud"
Ich habe in den "config" Ordner die Config Datei "config.yaml" heruntergeladen bzw. erstellt.
In der "config.yaml" habe ich nur meinen Benutzernamen hinterlegt bzw. abgeändert... sonst nichts.
Wenn ich jetzt starte dann tauchen im Log lauter Fehlermeldungen auf.
Teilweise verständlich denn ich habe ja nichts in de "config.yaml" angepasst.. nur warum kommen dann trotzdem Fehlermeldungen denn sie sind ja ausgeklammert?
Einzig und allein das mit dem Passwort verstehe ich denn ich habe es ja nirgends hinterlegt... nur wo muss ich das hinterlegen?
Hier das Logfile:
2024/11/15 19:53:41 | stdout | [38;5;226m2024-11-15 18:53:41,037 :: WARNING :: root :: notify.py :: 131 :: Not sending 2FA notification because SMTP is not configured[0m |
2024/11/15 19:53:41 | stdout | [38;5;226m2024-11-15 18:53:41,037 :: WARNING :: root :: config_parser.py :: 164 :: Warning: password is not found in app > smtp > password[0m |
2024/11/15 19:53:41 | stdout | [38;5;226m2024-11-15 18:53:41,037 :: WARNING :: root :: config_parser.py :: 203 :: Warning: no_tls is not found in app > smtp > no_tls[0m |
2024/11/15 19:53:41 | stdout | [38;5;226m2024-11-15 18:53:41,037 :: WARNING :: root :: config_parser.py :: 190 :: Warning: port is not found in app > smtp > port[0m |
2024/11/15 19:53:41 | stdout | [38;5;226m2024-11-15 18:53:41,037 :: WARNING :: root :: config_parser.py :: 177 :: Warning: host is not found in app > smtp > host[0m |
2024/11/15 19:53:41 | stdout | [38;5;226m2024-11-15 18:53:41,036 :: WARNING :: root :: notify.py :: 78 :: Not sending 2FA notification because Discord is not configured.[0m |
2024/11/15 19:53:41 | stdout | [38;5;226m2024-11-15 18:53:41,036 :: WARNING :: root :: config_parser.py :: 447 :: Warning: username is not found in app > discord > username.[0m |
2024/11/15 19:53:41 | stdout | [38;5;226m2024-11-15 18:53:41,036 :: WARNING :: root :: config_parser.py :: 433 :: Warning: webhook_url is not found in app > discord > webhook_url.[0m |
2024/11/15 19:53:41 | stdout | [38;5;226m2024-11-15 18:53:41,036 :: WARNING :: root :: notify.py :: 33 :: Not sending 2FA notification because Telegram is not configured.[0m |
2024/11/15 19:53:41 | stdout | [38;5;226m2024-11-15 18:53:41,036 :: WARNING :: root :: config_parser.py :: 419 :: Warning: chat_id is not found in app > telegram > chat_id.[0m |
2024/11/15 19:53:41 | stdout | [38;5;226m2024-11-15 18:53:41,036 :: WARNING :: root :: config_parser.py :: 406 :: Warning: bot_token is not found in app > telegram > bot_token.[0m |
2024/11/15 19:53:41 | stdout | [38;5;39m2024-11-15 18:53:41,036 :: INFO :: root :: sync.py :: 126 :: Retrying login at Fri Nov 15 19:03:41 2024 ...[0m |
2024/11/15 19:53:41 | stdout | [38;5;39m2024-11-15 18:53:41,035 :: INFO :: root :: config_parser.py :: 69 :: Retrying login every 600 seconds.[0m |
2024/11/15 19:53:41 | stdout | [38;5;196m2024-11-15 18:53:41,035 :: ERROR :: root :: sync.py :: 116 :: Password is not stored in keyring. Please save the password in keyring.[0m |
2024/11/15 19:53:37 | stdout | crond[139]: crond (busybox 1.36.1) started, log level 5 |
2024/11/15 19:53:37 | stdout | |
2024/11/15 19:53:37 | stdout | ==================================================== |
2024/11/15 19:53:37 | stdout | User GID: 911 |
2024/11/15 19:53:37 | stdout | User UID: 911 |
2024/11/15 19:53:37 | stdout | |
2024/11/15 19:53:37 | stdout | https://www.buymeacoffee.com/mandarons |
2024/11/15 19:53:37 | stdout | https://github.com/sponsors/mandarons |
2024/11/15 19:53:37 | stdout | To support this project, please consider sponsoring. |
2024/11/15 19:53:37 | stdout | ==================================================== |
2024/11/15 19:53:37 | stdout | |
2024/11/15 19:53:37 | stdout | usermod: no changes |
Kann mir jemand weiterhelfen?