Add Linkwarden #24

Merged
redbeardymcgee merged 3 commits from feat/linkwarden into main 2024-12-15 01:12:31 +00:00

3 commits

Author SHA1 Message Date
redbeardymcgee
4d176c2277 fix(linkwarden): discard secrets for now
Environment= keys in quadlets are populated before Secret= is added to
the container environment, I think. This may be why the podman secret
for the db pw is empty in the database url string.

EnvironmentFile will probably have the same issue, so right now my poc
system is using the password in plaintext. plsfix
2024-12-14 18:53:05 -06:00
redbeardymcgee
e53777d871 tidy(linkwarden): whitespace for readability 2024-12-14 14:51:03 -06:00
redbeardymcgee
0f49d03c93 fix(linkwarden): restore files lost from branching 2024-12-14 14:47:10 -06:00