Compare commits

..

No commits in common. "14665b31afef6dce43548805421e95038b967295" and "d43a278058d882944b58802a850028df4b830d83" have entirely different histories.

4 changed files with 11 additions and 14 deletions

View file

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

View file

@ -129,9 +129,10 @@ stdenv.mkDerivation {
src = gitignoreSource ./.;
buildPhase = "mkdocs build -d $out";
buildPhase = "mkdocs build";
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> | |
| maaa | <https://madeinabyss.fandom.com/wiki/Maaa> | |
| mayushii | <https://anidb.net/ch23268> | |
| sakura | <https://anidb.net/ch96818> | |
| shibazaki | <https://anidb.net/character/67927> | |
| yuzuru | <https://anidb.net/ch84230> | |
| maaa | <https://madeinabyss.fandom.com/wiki/Maaa> | |
| vueko | <https://madeinabyss.fandom.com/wiki/Vueko> | |
| mayushii | <https://anidb.net/ch23268> | |
| fuuko | <https://anidb.net/ch1120> | |
## In use
@ -16,12 +16,10 @@ system is no longer in use.
| name | relation | special field |
| ---- | -------- | ------------- |
| fuuko | <https://anidb.net/ch1120> | |
| kanna | <https://anidb.net/ch85811> | |
| renge | <https://anidb.net/character/57473> | |
| sayuri | <https://anidb.net/ch7914> | |
| renge | <https://anidb.net/character/57473> | |
| violet | <https://anidb.net/ch89959> | |
| vueko | <https://madeinabyss.fandom.com/wiki/Vueko> | |
| kanna | <https://anidb.net/ch85811> | |
## Host Group names

View file

@ -16,11 +16,6 @@ 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