one-click-apps/public
MYerouPaleBlue 228ebe329d
Fix Listmonk one-click app (wiping DB every time) (#708)
Currently, every time the container is restarted the DB is wiped-out! 

This is due to `idempotent = false` by default (doc: "make --install run only if the database isn't already setup"). Setting ` --idempotent` ensures that DB will be initialized only if empty (i.e. the first time).

[source 1](57dbb9e5db/cmd/init.go (L108)), [source 2](e99c8ed86b/cmd/install.go (L26)), [source 3](e99c8ed86b/cmd/install.go (L46))
2022-09-04 10:49:52 -07:00
..
v4 Fix Listmonk one-click app (wiping DB every time) (#708) 2022-09-04 10:49:52 -07:00
CNAME restructured directories 2019-01-13 00:02:06 -08:00