1
0
mirror of https://github.com/kmein/niveum synced 2026-03-31 01:31:13 +02:00

2 Commits

Author SHA1 Message Date
8811aeaff9 chore: format 2023-04-23 09:37:25 +02:00
8d5cd55239 fix(panoptikon): only watch github ssh keys 2023-04-23 09:37:11 +02:00
3 changed files with 14 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
{ # all dark colours are 20% darker than the bright ones
{
# all dark colours are 20% darker than the bright ones
black = {
bright = "#4c5363"; # "#282c34";
dark = "#20232a";

View File

@@ -24,7 +24,14 @@ in {
enable = true;
watchers = {
"github-meta" = {
script = panoptikon.urlJSON {} "https://api.github.com/meta";
script = panoptikon.urlJSON {
jqScript = ''
{
ssh_key_fingerprints: .ssh_key_fingerprints,
ssh_keys: .ssh_keys
}
'';
} "https://api.github.com/meta";
reporters = [irc-xxx];
};
lammla = {

View File

@@ -100,10 +100,10 @@ in {
117967 # Archaische Lyrik
119658 # Dyskolos
118963 # Antike Biographie
92668 # Taa
120671 # Jiddisch
120720 # Sorbisch
118076 # X-Tutorial
92668 # Taa
120671 # Jiddisch
120720 # Sorbisch
118076 # X-Tutorial
];
download_submissions = true;
download_descriptions = true;