Skip to content

Commit

Permalink
There
Browse files Browse the repository at this point in the history
  • Loading branch information
JDJGInc authored Apr 25, 2024
1 parent d7462c2 commit 439f265
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions setup guide.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,20 @@ you'll want to add all the sites to your redirect_uri in the oauth section of yo
2. website_redirect_url is the env key value for the oauth page that will download your data with json and sqlite (will also have stats)
3. stats_redirect_url is the env value for stats only appearing, not everyone can read the json.
4. You will need to run a session of psql env value is PSQL_URL.
5. Run both systemd seperatetly (rpc will handle data transfer.)

To Setup the systemtcl:

```bash
systemctl --user enable --now OauthBot.service
systemctl --user enable --now OauthServer.service
```

To restart the Systemtcl (if the file is in .config/systemd/user):

```bash
systemctl --user restart OauthBot.service && # journalctl --user -u OauthBot.service Oauth Bot
systemctl --user restart OauthServer.service && journalctl --user -u OauthServer.service # Oauth server
```

More coming soon.

0 comments on commit 439f265

Please sign in to comment.