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 smtp port for mastodon, add valkey restore to restore_mastodon, and update textual + rich #327

Merged
merged 8 commits into from
Oct 23, 2024

Conversation

jessebot
Copy link
Collaborator

@jessebot jessebot commented Oct 23, 2024

  • add smtp port for mastodon to secret_keys. example:
    apps:
      mastodon:
        argo:
          # secrets keys to make available to Argo CD ApplicationSets
          secret_keys:
            # smtp port on your mail server
            smtp_port: '25'
  • clean up restore_mastodon function to include valkey replica and primary pvc restores, and update config to allow setting their snapshot IDs during restores:
    apps:
      mastodon:
        init:
          restore:
            restic_snapshot_ids:
              mastodon_valkey_primary: latest
              mastodon_valkey_replica: latest
  • closes Update dependency textual to ^0.84.0 #326
  • closes Update dependency rich to v13.9.3 #315

@jessebot jessebot added the ✨ enhancement New feature request label Oct 23, 2024
@jessebot jessebot self-assigned this Oct 23, 2024
@jessebot jessebot force-pushed the add-smtp-port-for-mastodon branch from 750a005 to 72a6025 Compare October 23, 2024 20:09
@jessebot jessebot changed the title Add smtp port for mastodon, cleanup restore_mastodon, and update textual + rich Add smtp port for mastodon, add valkey restore to restore_mastodon, and update textual + rich Oct 23, 2024
@jessebot jessebot requested a review from cloudymax October 23, 2024 20:40
@jessebot jessebot added the dependencies Pull requests that update a dependency file label Oct 23, 2024
@jessebot jessebot merged commit 1f94f39 into main Oct 23, 2024
4 checks passed
@jessebot jessebot deleted the add-smtp-port-for-mastodon branch October 23, 2024 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ✨ enhancement New feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant