Commit Graph

40 Commits

Author SHA1 Message Date
R. Miles McCain
1280433a49 Add an API! 2022-09-13 12:14:39 -07:00
R. Miles McCain
b286c80754 Remove unneeded views 2022-08-28 15:07:05 -07:00
R. Miles McCain
77cb1fb37c Improve language 2022-08-27 14:52:02 -07:00
Fidel Ramos
96c9c0feec
Fix SQLite support (#210)
SQLite DB was not writable because it was always located in
/usr/src/shynet/, which is owned by root and not writable by
appuser. SQLite needs the parent directory containing the DB file to be
writable by the running user.

The applied fix is to place the DB file in /var/local/shynet/db and to
create that directory in the Docker image with the right permissions.

SQLite setup is now documented in README as an alternative to Postgres.
2022-05-24 12:38:27 -07:00
Paweł Jastrzębski
6d84f63130 Add API documentation to GUIDE.md 2022-01-05 10:27:14 +01:00
R. Miles McCain
0d64ef33b0 Remove installation with SSL from guide TOC 2021-12-21 00:15:15 -05:00
R. Miles McCain
56c82e7d23 Remove HTTPS without reverse proxy from the GUIDE 2021-12-21 00:14:18 -05:00
R. Miles McCain
cd422ffd71 Add note about ALLOWED_HOSTS to GUIDE.md 2021-12-18 15:14:11 -05:00
lionep
0d46e6d1f4
Fix typo in GUIDE.md (#180) 2021-12-04 09:50:26 -08:00
Kasper Seweryn
31cb616242
Change snippet url to display current host (#159)
* Change snippet url to current host

* Change site.domain to host in page.js

* Remove useless condition

* Change hostname in email messages

* Remove `hostname` command

* Fix startup_checks.sh

* Remove unused variable from startup_checks.py
2021-07-19 22:55:30 -04:00
R. Miles McCain
7268a4ea84
Improve GUIDE language 2020-08-11 21:31:39 +00:00
Vividh Mariy
2cbc5ac441 Added deployment using docker-compose. Fixed #70 2020-08-10 00:00:52 +05:30
Jake Malachowski
213c44a45a
Add Render as a deployment option (#62)
* Add Render deployment option

Add Render as deployment option

* Remove Render feature descriptions
2020-07-21 11:45:35 -04:00
R. Miles McCain
4c53b94588
Add SPA section to guide TOC 2020-07-07 03:25:31 +00:00
R. Miles McCain
0195c4595b
Document SPA behavior 2020-07-07 03:01:48 +00:00
R. Miles McCain
da61b9b400
Document primary key integration (fixes #56) 2020-07-07 01:38:16 +00:00
R. Miles McCain
98187a39f8
Document health check endpoint (fixes #59) 2020-07-07 01:27:08 +00:00
R. Miles McCain
2a61cf1b51
Update GUIDE structure 2020-06-14 01:51:44 +00:00
R. Miles McCain
cb11dc0c4e
Add mention of Heroku to docs 2020-06-14 00:12:31 +00:00
R. Miles McCain
4a4f2645df
Add Heroku setup instructions 2020-06-14 00:05:39 +00:00
Thomas Letsch Groch
f7ecb88659
👌 Code review changes
commented out mysql logic and refine GUIDE.md
2020-06-02 20:34:02 -03:00
Thomas Letsch Groch
0f3037b315
📝 update template on heroku button 2020-06-01 18:47:30 -03:00
Thomas Letsch Groch
b234ef2917
Add heroku compatibility
Recognize heroku with the environment variable DATABASE_URL, parse it and replace the others based on it.
2020-06-01 18:41:39 -03:00
R. Miles McCain
fcfbbe8809
Remove confusing setup variables; migrate to commands. 2020-05-28 21:47:17 +00:00
R. Miles McCain
d895eac14d
Add note about watching the repo 2020-05-24 01:47:01 +00:00
R. Miles McCain
5cce890ff6
Add localhost help to guide 2020-05-21 21:06:55 -04:00
R. Miles McCain
62c3a87cda
Add remote address to nginx conf 2020-05-19 17:57:02 -04:00
R. Miles McCain
abe37800ec
Small GUIDE expansions 2020-05-07 17:10:31 -04:00
R. Miles McCain
9fe79c9f23
Add troubleshooting guide 2020-05-03 10:39:13 -04:00
R. Miles McCain
34e698e309
Update and expand the GUIDE (merges #3) 2020-05-02 11:06:14 -04:00
Jason Carpenter
9b9d70f711
Merge branch 'master' into master 2020-04-29 13:33:17 -04:00
0xflotus
73dad4cb6b
Add syntax highlighting to GUIDE.md (#10)
I enabled Syntax Highlighting in GUIDE.md for better readability
2020-04-28 10:53:35 -04:00
Jason Carpenter
c41e999028 De-list the images 2020-04-24 18:11:07 -04:00
Jason Carpenter
d2c930fa17 Added Basic Usage Guide 2020-04-24 17:14:38 -04:00
Jason Carpenter
f8d33cbc4d Typo 2020-04-24 15:59:30 -04:00
Jason Carpenter
36de929577 Added documentation for reverse proxies 2020-04-24 15:53:08 -04:00
R. Miles McCain
1f13408f7f
Improve README style 2020-04-24 14:42:56 -04:00
R. Miles McCain
20c530f669
Clarify guide settings 2020-04-24 14:09:37 -04:00
R. Miles McCain
3f7aaa8f0d
Add heartbeat frequency setting 2020-04-24 13:22:22 -04:00
Jason Carpenter
9881dedac0
Expand installation instructions (#1)
* Expanded installation instructions

Installation was moved to a new file, GUIDE.md, where you can include all documented information about Shynet.

I also included SSL without a reverse proxy instructions and a shell script for SSL through Gunicorn.
2020-04-24 13:00:20 -04:00