Update README.md

This commit is contained in:
William Katz 2021-05-03 23:32:02 -07:00 committed by GitHub
parent 1545ca7a01
commit 8578ac869e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,11 +30,16 @@ mkdir build
cd build
cmake ..
make -j<threads>
```
then edit config.json to include the paths to your certs for HTTPS (I use certbot), or just remove the listener for port 443.
```
vim ../config.json
```
finally, run the program
```
sudo ./bank <admin password> <saving frequency in minutes> <threads>
```
**you also have to edit the config file to add your cert locations**, I personally use cert bot
### Connected Services
Go to `{ip}/BankF/help` to see the bank's methods. Using the Bank's API allows (you/others) to (make/use) connected services that utilize the bank, a couple ideas are
@ -79,7 +84,6 @@ Go to `{ip}/BankF/help` to see the bank's methods. Using the Bank's API allows (
### Accessibility
- **Web front-end**
- **RESTful** API for connected services like a market, gambling, or anything else you can think of
- able to be used millions of blocks away, across dimensions, servers, **vanilla or modded**. In contrast to an in-game modded implementation that would be range limited.