Irwin is an activitypub and indieauth server. Users are known on the social web using their own domain rather than this server's domain.
This blank-gh-site adds 3 small commits to show indieauth and webfinger config needed to register on otisburg.social which is running the irwin server code. The first commit is created automatically by github when you configure custom domain which appears after you select branch under "Pages" under "Code and automation" sidebar for the blank-gh-site project.
- SERVER_NAME - hostname of your server like: example.herokuapp.com
- S3_BUCKET_NAME - amazon s3 bucket to store media
- AMAZON_ACCESS_KEY_ID - your id for amazon s3
- AMAZON_SECRET_ACCESS_KEY - your secret for amazon s3
-
INDIEAUTH_TIME_ZONE - timezone of your server (default: UTC) like: Central Time (US & Canada)
-
DEEPL_AUTH_KEY - authentication key for DeepL
-
EXCEPTION_NOTIFICATION - comma separated list of emails to receive exception notifications for troubleshooting
-
SMTP_DEFAULT_FROM - like [email protected]
-
SMTP_DOMAIN - like example.com
-
SMTP_PASSWORD - your smtp password
-
SMTP_PORT - default is 587
-
SMTP_SERVER - like smtp.example.com
-
SMTP_USER - your smtp user