This repository has been archived on 2020-08-11. You can view files and clone it, but cannot push or open issues or pull requests.
stack/drone-starlark/repos/stack/public-secrets.star

34 lines
756 B
Plaintext
Raw Normal View History

2020-04-28 08:55:58 +00:00
publicSecrets = [
2020-04-29 13:39:24 +00:00
"title",
"description",
2020-04-28 08:55:58 +00:00
"certbot-email",
"drone-domain",
"drone-gitea-client-id",
"drone-gitea-server",
2020-04-28 19:22:17 +00:00
"drone-server-host",
2020-04-28 08:55:58 +00:00
"git-domain",
"local-docker-registry",
2020-04-29 13:39:24 +00:00
"ssh-host",
2020-04-28 08:55:58 +00:00
"guacamole-postgres-db",
2020-04-29 11:38:54 +00:00
"guacamole-postgres-user",
"sigyl-stack-root",
"sigyl-stack-name",
2020-04-29 23:44:17 +00:00
"ghost-mail-service",
"ghost-mail-user",
2020-04-30 11:28:08 +00:00
"chat-admin-name",
"chat-admin-email",
2020-04-30 17:22:48 +00:00
"gitea-mailer-host",
"gitea-mailer-from",
"gitea-mailer-user",
2020-05-03 22:03:23 +00:00
"gitea-app-name",
"commento-origin",
"commento-smtp-host",
"commento-smtp-port",
"commento-smtp-username",
"commento-smtp-from-address",
"commento-forbid-new-owners",
2020-05-04 19:14:37 +00:00
"commento-postgres-db",
2020-05-04 22:13:35 +00:00
"commento-postgres-user",
"commento-github-key",
2020-05-05 17:15:32 +00:00
"nagios-admin-user",
2020-04-28 08:55:58 +00:00
]