Compare commits

...

4 Commits

Author SHA1 Message Date
Simon Bruder 14665b31af
drone: Make build work with current setup
continuous-integration/drone/push Build is passing Details
2021-04-04 11:50:34 +02:00
Simon Bruder fe3e826ac9
nix: Build directly to $out 2021-04-04 11:49:59 +02:00
Simon Bruder e530031fc1
hostnames: Update to reflect current state 2021-04-04 11:46:49 +02:00
Simon Bruder 44247d8756
sysop: Add manual alert creation 2021-04-02 17:43:22 +02:00
4 changed files with 14 additions and 11 deletions

View File

@ -6,6 +6,3 @@ steps:
- name: build
commands:
- nix-build
node:
nix: 1

View File

@ -129,10 +129,9 @@ stdenv.mkDerivation {
src = gitignoreSource ./.;
buildPhase = "mkdocs build";
buildPhase = "mkdocs build -d $out";
installPhase = ''
cp -r site $out
mkdir -p $out/assets/fonts
ln -s ${iosevka-web} $out/assets/fonts/iosevka
'';

View File

@ -3,11 +3,11 @@
| name | relation | special field |
| ---- | -------- | ------------- |
| ayu | <https://anidb.net/character/7909> | |
| shibazaki | <https://anidb.net/character/67927> | |
| maaa | <https://madeinabyss.fandom.com/wiki/Maaa> | |
| vueko | <https://madeinabyss.fandom.com/wiki/Vueko> | |
| mayushii | <https://anidb.net/ch23268> | |
| fuuko | <https://anidb.net/ch1120> | |
| sakura | <https://anidb.net/ch96818> | |
| shibazaki | <https://anidb.net/character/67927> | |
| yuzuru | <https://anidb.net/ch84230> | |
## In use
@ -16,10 +16,12 @@ system is no longer in use.
| name | relation | special field |
| ---- | -------- | ------------- |
| sayuri | <https://anidb.net/ch7914> | |
| renge | <https://anidb.net/character/57473> | |
| violet | <https://anidb.net/ch89959> | |
| fuuko | <https://anidb.net/ch1120> | |
| kanna | <https://anidb.net/ch85811> | |
| renge | <https://anidb.net/character/57473> | |
| sayuri | <https://anidb.net/ch7914> | |
| violet | <https://anidb.net/ch89959> | |
| vueko | <https://madeinabyss.fandom.com/wiki/Vueko> | |
## Host Group names

View File

@ -16,6 +16,11 @@ enabled](https://prometheus.io/docs/prometheus/latest/querying/api/#tsdb-admin-a
:::shell
curl -u user:pass -X POST -g 'https://prometheus-endpoint/api/v1/admin/tsdb/delete_series?match[]=metric{label="foo"}&start=TIMESTAMP&end=TIMESTAMP
### Add synthetic alert to alertmanager
:::javascript
await fetch("/alertmanager/api/v1/alerts", {method: "POST", body: JSON.stringify([{ "labels": {"alertname": "testalert"}, "annotations": { "description": "manual test alert"}}])})
## OpenSSL
### Get certificate expiry date