Implement NodeBalancers
This commit is contained in:
@@ -19,9 +19,9 @@ This project is currently a work in progress. The following list provides a high
|
||||
- [x] Account Details
|
||||
- [x] User Profile Settings
|
||||
- [x] Graphs
|
||||
- [x] NodeBalancers
|
||||
- [ ] Adding PayPal/GPay payment methods
|
||||
- [ ] StackScripts
|
||||
- [ ] NodeBalancers
|
||||
- [ ] Longview
|
||||
- [ ] Support Tickets
|
||||
|
||||
@@ -34,4 +34,4 @@ Before reporting an issue, please search the issue tracker to see if the issue h
|
||||
The best way to contribute is by opening issues on the issue tracker. For simple fixes or adjustments I might accept a PR, but for the time being I would prefer to maintain this project as a solo effort. I may change my mind in the future.
|
||||
|
||||
## Self-hosting
|
||||
In order to self-host this application, you must first create your own OAuth client using your existing Linode account. When creating the OAuth client, use the URL where you will be hosting the app as the Callback URL. Then you can clone this repository into your webroot and copy the [clientID.js.example](clientID.js.example) file to `clientID.js` and fill in the empty string with your Client ID. You must ensure that Server Side Includes (SSI) is enabled in your web server. Optionally, you can configure your web server to use the [404.html](404.html) file as a custom error document.
|
||||
In order to self-host this application, you must first create your own OAuth client using your existing Linode account. When creating the OAuth client, use the URL where you will be hosting the app as the Callback URL. Then you can clone this repository into your webroot and copy the [clientID.js.example](clientID.js.example) file to `clientID.js` and fill in the empty string with your Client ID. You must ensure that Server Side Includes (SSI) is enabled in your web server for .shtml documents. Optionally, you can configure your web server to use the [404.html](404.html) file as a custom error document.
|
||||
|
||||
Reference in New Issue
Block a user