new blog, and update remote

This commit is contained in:
Tyrel Souza 2023-04-04 22:13:37 -04:00
parent 1d2e69924c
commit ed1e541b33
No known key found for this signature in database
GPG Key ID: F3614B02ACBE438E
2 changed files with 15 additions and 2 deletions

View File

@ -0,0 +1,13 @@
Brand New Server
################
:author: tyrel
:category: Blog
:tags: blog
:status: published
Per my last post, I did not succeed in cleaning off the malware.
That machine is dead and I am now running on a $4/mo Digital Ocean droplet - much less power than before, but I don't really need it anymore now that I have my own server at home.
I am sad I don't have a Pixelfed anymore, maybe I'll relaunch it some day.

View File

@ -26,8 +26,8 @@ CONFIG = {
# Output path. Can be absolute or relative to tasks.py. Default: 'output'
'deploy_path': SETTINGS['OUTPUT_PATH'],
# Remote server configuration
'ssh_user': 'tyrel',
'ssh_host': 'tyrelsouza.com',
'ssh_user': 'root',
'ssh_host': 'tyrel.dev',
'ssh_port': '22',
'ssh_path': '/www/tyrel.dev/blog/',
# Host and port for `serve`