Commit Graph

3 Commits

Author SHA1 Message Date
Andreas Nymark a39d59300e
Update listmonk.yml (#776)
* Update listmonk.yml

Added flags as variable. Also, default version is the most recent.

* Clarification

* Removed validRegex and defalutValue

* Fix failed check

Co-authored-by: andreasnymark <andreas@nymark.me>
2022-10-23 12:57:49 -07:00
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
Ak4zh e68cff4ba7
added listmonk (#608)
Co-authored-by: ak4zh <ak4zh@pop-os.localdomain>
2022-01-20 15:20:05 -08:00