https://github.com/stwissel/blog-comments-public
  
  
    Backend to collect comments made on my blog 
    https://github.com/stwissel/blog-comments-public
  
        Last synced: 4 months 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T16:16:33.000Z (over 1 year ago)
- Last Synced: 2025-02-13T20:53:38.249Z (9 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
{
  "some@e.mail": {
    "userid": "some",
    "domain": "mastodon.social"
  }
}
```