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/secret-secrets.star

24 lines
646 B
Plaintext
Raw Normal View History

2020-04-28 08:55:58 +00:00
secretSecrets = [
"drone-convert-secret",
"drone-gitea-client-secret",
"drone-rpc-secret",
"guacamole-postgres-password",
2020-04-28 16:36:11 +00:00
"ngrok-auth-token",
2020-04-29 23:44:17 +00:00
"ghost-mail-password",
2020-05-06 20:36:06 +00:00
"ghost-mysql-root-password",
2020-04-30 11:28:08 +00:00
"chat-admin-password",
2020-04-30 17:22:48 +00:00
"gitea-server-lfs-jwt-secret",
"gitea-security-secret-key",
"gitea-security-internal-token",
"gitea-oauth2-jwt-secret",
"gitea-mailer-passwd",
2020-05-03 22:03:23 +00:00
"commento-smtp-password",
"commento-askimet-key",
2020-05-04 19:14:37 +00:00
"commento-postgres-password",
2020-05-04 22:13:35 +00:00
"commento-github-secret",
2020-05-04 22:42:51 +00:00
"matomo-mysql-root-password",
"matomo-mysql-password",
2020-05-05 17:15:32 +00:00
"nagios-admin-password",
2020-05-05 20:17:57 +00:00
"zabbix-mysql-root-password",
"zabbix-mysql-password",
2020-04-28 08:55:58 +00:00
]