The personal website of Abigail Pain - https://akpain.net
Find a file
2022-04-17 20:04:03 +01:00
.github Initial Spotify "Now Playing" implementation 2021-12-31 14:53:17 +00:00
githubCommitInfo@bf00a7e864 Add .gitmodules 2021-07-10 10:45:08 +01:00
music Finally commit music processing scripts 2022-04-07 14:13:40 +01:00
site Add content type to feed meta elements 2022-04-17 00:06:56 +01:00
.gitignore Revert addition of imageService 2021-10-03 17:55:48 +01:00
.gitmodules Remove contact form processor and clean Caddyfile 2021-12-30 22:14:32 +00:00
Caddyfile Add Walrss 2022-04-05 21:45:42 +01:00
Dockerfile Disable VCS stamping 2022-04-07 14:17:12 +01:00
go.mod Update for Go 1.18 2022-04-17 20:03:18 +01:00
go.sum Update for Go 1.18 2022-04-17 20:03:18 +01:00
grafana.ini Fix Grafana ports 2021-07-28 08:43:15 +01:00
prometheus.yml Add node exporter config to Prometheus config 2021-07-28 14:40:43 +01:00
readingListBookmarklet.js Revert "Update reading list bookmarklet" 2022-04-17 20:04:03 +01:00
restartGrafana.sh Fix Grafana ports 2021-07-28 08:43:15 +01:00
restartPrometheus.sh Fix restartPrometheus.sh 2021-07-28 09:27:59 +01:00
startNodeExporter.sh Start node exporter screen in detached mode 2021-07-28 14:49:30 +01:00
updateCaddyConfig.sh Update build/deployment scripts 2021-07-10 12:28:32 +01:00
updaterWizard.py Update updater wording 2021-12-31 09:30:37 +00:00
updateWebsite.sh Fix updateWebsite.sh 2021-12-30 22:15:43 +00:00

website

Environment variables:

  • WEBSITE_GITHUB_TOKEN - GitHub personal access token with the ability to clone and push repositories.
  • WEBSITE_GIT_COMMIT_EMAIL - email address to be used as an author in Git commits
  • WEBSITE_READINGLIST_TOKEN - token to allow access to the reading list endpoint. Should be in the Authorization header, as Bearer <token>
  • WEBSITE_SPOTIFY_CLIENT_ID - Spotify oAuth credentials for the "now playing" display
  • WEBSITE_SPOTIFY_CLIENT_SECRET - Spotify oAuth credentials for the "now playing" display
  • WEBSITE_SPOTIFY_REFRESH_TOKEN - Spotify oAuth credentials for the "now playing" display