gitea token

This commit is contained in:
soraefir
2026-05-31 12:32:37 +02:00
parent 50c96de851
commit 6d356b56c5
3 changed files with 14 additions and 4 deletions

View File

@@ -173,7 +173,6 @@ in {
INSERT OR IGNORE INTO ApiKeys (Id, AccessToken, Name, DateCreated, DateLastActivity)
VALUES ( 1, "$HOMEPAGE_VAR_JELLYFIN_API", 'Home', strftime('%Y-%m-%d %H:%M:%S', 'now'), strftime('%Y-%m-%d %H:%M:%S', 'now'));
EOF
echo "Completed Setup"
'';