Skip to content

Commit

Permalink
🎨 feat(apps): add created_at and updated_at fields
Browse files Browse the repository at this point in the history
Adds the `created_at` and `updated_at` fields to the config.json
files for the following apps: `big-bear-btop`, `big-bear-genmon`,
`big-bear-mailpit`, `big-bear-plant-it`, `big-bear-nightscout`,
and `big-bear-2fauth`. This provides more metadata about the apps
and when they were last updated.
  • Loading branch information
dragonfire1119 committed Oct 7, 2024
1 parent 6f0a3fd commit 5889540
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
4 changes: 3 additions & 1 deletion apps/big-bear-2fauth/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@
"source": "https://github.com/Bubka/2FAuth",
"website": "https://docs.2fauth.app/",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1727607220000
}
4 changes: 3 additions & 1 deletion apps/big-bear-btop/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
"source": "https://github.com/bigbeartechworld/big-bear-docker-images/tree/main/btop",
"website": "https://github.com/bigbeartechworld/big-bear-docker-images/tree/main/btop",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1727607220000
}
4 changes: 3 additions & 1 deletion apps/big-bear-genmon/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
"website": "https://github.com/bigbeartechworld/big-bear-docker-images/tree/main/genmon",
"source": "https://github.com/jgyates/genmon",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1727607220000
}
4 changes: 3 additions & 1 deletion apps/big-bear-mailpit/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
"author": "Axllent",
"source": "https://github.com/axllent/mailpit",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1727607220000
}
4 changes: 3 additions & 1 deletion apps/big-bear-nightscout/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@
"env_variable": "API_SECRET"
}
],
"supported_architectures": ["arm64", "amd64"]
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1727607220000
}
4 changes: 3 additions & 1 deletion apps/big-bear-plant-it/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@
"env_variable": "JWT_SECRET"
}
],
"supported_architectures": ["arm64", "amd64"]
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1727607220000
}

0 comments on commit 5889540

Please sign in to comment.