Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stwissel/blog-comments-public
Backend to collect comments made on my blog
https://github.com/stwissel/blog-comments-public
Last synced: 8 days ago
JSON representation
Backend to collect comments made on my blog
- Host: GitHub
- URL: https://github.com/stwissel/blog-comments-public
- Owner: Stwissel
- Created: 2017-08-26T06:06:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T16:16:33.000Z (11 months ago)
- Last Synced: 2024-12-21T09:27:12.283Z (2 months ago)
- Language: Java
- Size: 110 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blog-comments-public
Backend to collect comments made on my blog
`.env` file is needed for `docker-compose up`:
| Variable | default | Purpose |
| -------------- | ------------------------ | ------------------------------ |
| ClientSecret | ./. | OAuth for Repo |
| ClientToken | ./. | OAuth for Repo |
| PushToken | ./. | OAuth for Push Notification |
| PushUser | ./. | OAuth for Push Notification |
| OauthURL | bitbucket.org | IdP for auth |
| RepositoryURL | stwissel/blogsource | Which repo to get the PR |
| PORT | 8080 | Where does the app listen |
| CaptchaSecret | ./. | to Validate captcha |
| ACTIVITY_USERS | /opt/activity/users.json | Users for mastodon .well-known |## users.json for Mastodon
```json
{
"[email protected]": {
"userid": "some",
"domain": "mastodon.social"
}
}
```