From 6f5ca2dbda413dcdc7e899fa05a2040e78426c2b Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 13 Aug 2024 19:29:56 +0100 Subject: [PATCH] Switch instances of bitlab21.com to baseddata.io --- backend/bitlab21.service | 8 ++++---- content/license.md | 2 +- layouts/partials/footer.html | 2 +- layouts/shortcodes/bitcoin-price.html | 2 +- static/js/bitcoin-business-growth-chart.js | 2 +- static/js/bitcoin-business-growth-table.js | 2 +- static/js/bitcoin-price.js | 2 +- static/js/feerate-percentile.js | 2 +- static/js/hashrate.js | 2 +- static/js/miner-rewards.js | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/backend/bitlab21.service b/backend/bitlab21.service index b69f055..b0ff100 100644 --- a/backend/bitlab21.service +++ b/backend/bitlab21.service @@ -1,13 +1,13 @@ [Unit] -Description=Gunicorn instance to serve bitlab21.com +Description=Gunicorn instance to serve baseddata.io After=network.target [Service] User=admin Group=www-data -WorkingDirectory=/var/www/bitlab21.com/backend -Environment="PATH=/var/www/bitlab21.com/.venv/bin" -ExecStart=/var/www/bitlab21.com/.venv/bin/gunicorn --workers 4 --bind unix:bitlab21.sock -m 007 app:app +WorkingDirectory=/var/www/baseddata.io/backend +Environment="PATH=/var/www/baseddata.io/.venv/bin" +ExecStart=/var/www/baseddata.io/.venv/bin/gunicorn --workers 4 --bind unix:baseddata.sock -m 007 app:app [Install] WantedBy=multi-user.target diff --git a/content/license.md b/content/license.md index c769432..7ea3001 100644 --- a/content/license.md +++ b/content/license.md @@ -1,3 +1,3 @@ # License -All work on this site is licensed using [unlicense](https://unlicense.org/). This effectively means all of the content hosted on https://bitlab21.com and in the bitlab21.com repository at https://git.bitlab21.com/sam/bitlab21.com is in the public domain. You can use this material as you wish. Attribution is appreciated, but not required. +All work on this site is licensed using [unlicense](https://unlicense.org/). This effectively means all of the content hosted on https://baseddata.io and in the baseddata repository at https://git.bitlab21.com/sam/bitlab21.com is in the public domain. You can use this material as you wish. Attribution is appreciated, but not required. diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 3afdf3c..9d9a5d0 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,7 +1,7 @@