Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a 'simple' and 'disabled' stateful configuration mode #24

Closed
caronc opened this issue Sep 2, 2020 · 0 comments · Fixed by #25
Closed

Add a 'simple' and 'disabled' stateful configuration mode #24

caronc opened this issue Sep 2, 2020 · 0 comments · Fixed by #25
Labels
enhancement New feature or request

Comments

@caronc
Copy link
Owner

caronc commented Sep 2, 2020

💡 The Idea
A global environment variable such as APPRISE_STATEFUL_MODE that defaults to hash (to continue storing as it does today) but with the additional value of:

  • simple which writes the files straight to disk using the same keyname they were accessed by (and uncompressed) making it easier for people to also open the file on their system and edit it that way too.
  • disabled which disables the ability to write stateful configuration in it's entirety.

🔨 Breaking Feature
n/a

@caronc caronc added the enhancement New feature or request label Sep 2, 2020
@caronc caronc closed this as completed in #25 Sep 3, 2020
@caronc caronc changed the title Add a 'simple' and 'none' stateful configuration mode Add a 'simple' and 'disabled' stateful configuration mode Sep 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant