Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | standardized docker-compose to 1 single image | jfederico | 2021-06-18 | 7 | -89/+190 |
| | |||||
* | changed way to setup docker image | jfederico | 2021-04-28 | 2 | -12/+5 |
| | |||||
* | adapted images on dev for using the new scalelite core image | jfederico | 2021-04-21 | 3 | -9/+43 |
| | |||||
* | cleaned up nginx | jfederico | 2021-04-08 | 6 | -95/+33 |
| | |||||
* | fixed script for initializing scalelite recordings | jfederico | 2021-03-20 | 1 | -11/+22 |
| | |||||
* | updated docker-compose-dev.yml | jfederico | 2021-03-20 | 2 | -23/+2 |
| | |||||
* | updated scripts for initializing recordings | jfederico | 2021-03-19 | 3 | -22/+40 |
| | |||||
* | open postgres and redis ports for sharing with local machine | jfederico | 2021-03-10 | 2 | -0/+23 |
| | |||||
* | added nginx template for local | jfederico | 2021-03-04 | 2 | -1/+76 |
| | |||||
* | added scripts for development | jfederico | 2021-03-04 | 9 | -6/+375 |
| | |||||
* | update postgres version (#8) | simonschweizer | 2021-02-23 | 1 | -1/+1 |
| | | | | updated postgreSQL version to the current 11 version (https://hub.docker.com/_/postgres) | ||||
* | Restart redis on reboot (#7) | simonschweizer | 2021-02-23 | 1 | -1/+1 |
| | | | Restarts the redis container on a reboot to prevent scalelite from not starting. | ||||
* | Update init-recordings-bigbluebutton.sh | Jesus Federico | 2021-02-23 | 1 | -0/+4 |
| | |||||
* | general fixes to init-recordings-bigbluebutton.sh | jfederico | 2021-01-21 | 1 | -12/+39 |
| | |||||
* | Completed script for initialising bigbluiebutton (#5) | Jesus Federico | 2020-11-28 | 1 | -24/+47 |
| | | | | | | | | | * scalelite host can be set up with paramaters * updated script for bbb * updated script for bbb * completed script for initializing bigbluebutton | ||||
* | scalelite host can be set up with paramaters | jfederico | 2020-11-28 | 1 | -6/+42 |
| | |||||
* | updated directory structure for recordings on scalelite | jfederico | 2020-11-26 | 1 | -22/+13 |
| | |||||
* | Merge pull request #2 from hokascha/patch-1 | Jesus Federico | 2020-11-26 | 1 | -0/+1 |
|\ | | | | | enable persistence in redis | ||||
| * | enable persistence in redis | Hokascha | 2020-11-23 | 1 | -0/+1 |
| | | |||||
* | | added script for init recordings on bigbluebutton and scalelite | jfederico | 2020-11-25 | 3 | -0/+72 |
| | | |||||
* | | update to docker-compose.yml | jfederico | 2020-11-25 | 1 | -2/+0 |
| | | |||||
* | | Merge pull request #4 from jfederico/revert-3-revert-1-patch-1 | Jesus Federico | 2020-11-25 | 1 | -4/+0 |
|\ \ | | | | | | | Revert "Revert "Update docker-compose.yml"" | ||||
| * | | Revert "Revert "Update docker-compose.yml"" | Jesus Federico | 2020-11-25 | 1 | -4/+0 |
|/ / | |||||
* | | Merge pull request #3 from jfederico/revert-1-patch-1 | Jesus Federico | 2020-11-25 | 1 | -0/+4 |
|\ \ | |/ |/| | Revert "Update docker-compose.yml" | ||||
| * | Revert "Update docker-compose.yml" | Jesus Federico | 2020-11-25 | 1 | -0/+4 |
|/ | |||||
* | Merge pull request #1 from Schmidie64/patch-1 | Jesus Federico | 2020-11-20 | 1 | -4/+0 |
|\ | | | | | Update docker-compose.yml | ||||
| * | Update docker-compose.yml | Lukas Schmitt | 2020-07-08 | 1 | -4/+0 |
|/ | | | Removed external port for docker-containers. By default the ports should not be open. Especially if the server can be reached from the Internet. If you want to connect to these services from outside, you can go through an SSH tunnel if in doubt. | ||||
* | Send logs to journald | jfederico | 2020-04-30 | 1 | -0/+6 |
| | |||||
* | debug challenges on initialization | jfederico | 2020-04-30 | 2 | -0/+5 |
| | |||||
* | added spool directory for recording-importer | jfederico | 2020-04-29 | 1 | -0/+1 |
| | |||||
* | Added new version | jfederico | 2020-04-27 | 24 | -819/+122 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated init-letsencrypt updated init-letsencrypt with docker-compose-init updated init-letsencrypt with docker-compose-init restored init-letsencrypt updates to certbot updates to certbot updates to certbot updates to certbot updates to certbot updates to certbot updates to certbot added certbot to scalelite-nginx fixed settings for acme-challenge added blacklist updated init-letsencrypt for working with scaleite-nginx Removed unnecessary files percisted certbot logs and added env options to init-letsencrypt | ||||
* | Added auto-start | jfederico | 2020-02-20 | 6 | -11/+51 |
| | | | | | | updated scalite-run.service fixed auto-deployer.service | ||||
* | Minor edits | Fred Dixon | 2020-02-19 | 1 | -31/+7 |
| | |||||
* | Changed default values | farhatahmad | 2020-02-19 | 3 | -13/+10 |
| | |||||
* | Update LICENSE | Jesus Federico | 2020-02-18 | 1 | -160/+656 |
| | |||||
* | Create LICENSE (#3) | Jesus Federico | 2020-02-18 | 1 | -0/+165 |
| | |||||
* | Updated docs (#4) | Jesus Federico | 2020-02-18 | 2 | -56/+235 |
| | |||||
* | Allow custom redis and psql servers to be set through .env | jfederico | 2020-02-14 | 2 | -6/+6 |
| | |||||
* | Included steps for adding SSL certificate from a CA other than letsencrypt | jfederico | 2020-02-14 | 5 | -8/+42 |
| | |||||
* | Merge branch 'master' of github.com:blindsidenetworks/scalelite-run | jfederico | 2020-02-14 | 1 | -1/+1 |
|\ | |||||
| * | Changed the command for generating the SECRET_KEY_BASE | Fred Dixon | 2020-02-14 | 1 | -1/+1 |
| | | |||||
* | | Removed script for appending sqlite to Gemfile | jfederico | 2020-02-14 | 1 | -7/+0 |
|/ | |||||
* | Added steps for building custom image | jfederico | 2020-02-13 | 1 | -0/+20 |
| | |||||
* | Simplified env variables for postgres database | jfederico | 2020-02-13 | 1 | -5/+1 |
| | |||||
* | Changed scalelite image tag to latest | jfederico | 2020-02-13 | 1 | -2/+2 |
| | |||||
* | Updated documentation | jfederico | 2020-02-13 | 2 | -24/+72 |
| | |||||
* | Simplified use of HOST_NAME | jfederico | 2020-02-13 | 4 | -9/+13 |
| | |||||
* | Updated substitution of BUILD_NUMBER | jfederico | 2020-02-13 | 2 | -4/+4 |
| | |||||
* | Updates for supporting certbot (#2) | Jesus Federico | 2020-02-13 | 3 | -2/+103 |
| | |||||
* | Updated for using postgres on recordings | jfederico | 2020-02-12 | 3 | -4/+44 |
| |