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 @@