aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* docs: update .all-contributorsrc [skip ci]Libravatar allcontributors[bot]2021-12-23
|
* docs: update README.md [skip ci]Libravatar allcontributors[bot]2021-12-23
|
* Merge pull request #88 from getferdi/all-contributors/add-reggermontLibravatar kytwb2021-12-23
|\
| * docs: create .all-contributorsrc [skip ci]Libravatar allcontributors[bot]2021-12-23
| |
| * docs: update README.md [skip ci]Libravatar allcontributors[bot]2021-12-23
|/
* Add build badgeLibravatar kytwb2021-12-20
|
* Fix container taking 5 minutes before being healthyLibravatar kytwb2021-12-20
|\
| * fix(dockerfile): Healthcheck parametersLibravatar reggermont2021-12-19
|/
* Enable saving empty workspacesLibravatar kytwb2021-12-14
|
* Use absolute path for favicon to work on all pagesLibravatar kytwb2021-12-10
|
* Remove Ferdi from titleLibravatar kytwb2021-12-10
|
* Iterate on index viewLibravatar kytwb2021-12-10
|
* Tweak UI to look like getferdi.comLibravatar kytwb2021-12-10
|
* Update build-and-publish.ymlLibravatar thursday2021-11-25
|
* Update build-and-publish.ymlLibravatar thursday2021-11-25
|
* Merge pull request #85 from xthursdayx/mainLibravatar thursday2021-11-25
|\ | | | | Update custom service icon host and protocol and fix smtp mailer
| * Update build-and-publish.ymlLibravatar thursday2021-11-23
| |
| * Replace EXTERNAL_DOMAIN variable with APP_URLLibravatar thursday2021-11-23
| |
| * Fixed grammarLibravatar thursday2021-11-23
| | | | | | Updated password reset email message.
| * Update docker-compose.ymlLibravatar thursday2021-11-23
| |
| * Fix spellingLibravatar thursday2021-11-23
| | | | | | SMTP misspelled.
| * Fix spellingLibravatar thursday2021-11-23
| | | | | | SMTP misspelled.
| * Update smtp settings in mail.jsLibravatar thursday2021-11-23
| | | | | | Attempting to get mailer to properly parse SMTP_HOST variable.
| * Fixed spellingLibravatar thursday2021-11-23
| |
| * Specify https for EXTERNAL_DOMAINLibravatar thursday2021-11-23
| |
| * Specify https in EXTERNAL_DOMAINLibravatar thursday2021-11-23
| |
| * Specify https in EXTERNAL_DOMAINLibravatar thursday2021-11-23
| |
| * Replace APP_URL with EXTERNAL_DOMAINLibravatar thursday2021-11-23
| | | | | | To fix problems with missing APP_URL variable. APP_URL=http://${HOST}:${PORT} but APP_URL being set with http as default is also causing problems for some users.
| * Removed APP_URL variable.Libravatar thursday2021-11-23
| | | | | | To fix problems with missing APP_URL variable. APP_URL=http://${HOST}:${PORT} but HOST is no longer set as a Docker env variable. APP_URL being set with http as default is also causing problems for some users.
| * APP_URL changed to EXTERNAL_DOMAINLibravatar thursday2021-11-23
| | | | | | To fix problems with missing APP_URL variable. APP_URL=http://${HOST}:${PORT} but HOST is no longer set as a Docker env variable. APP_URL being set with http as default is also causing problems for some users.
| * Merge pull request #3 from getferdi/masterLibravatar thursday2021-11-23
| |\ | |/ |/| Merge with upstream.
* | Merge branch 'main' into masterLibravatar thursday2021-11-23
|\|
| * Update build-and-publish.ymlLibravatar thursday2021-11-17
| |
| * Merge branch 'getferdi:master' into mainLibravatar thursday2021-11-17
| |\
| * | Update build-and-publish.ymlLibravatar thursday2021-11-17
| | |
| * | Update build-and-publish.ymlLibravatar thursday2021-11-17
| | |
| * | Update build-and-publish.ymlLibravatar thursday2021-11-17
| | |
| * | Update build-and-publish.ymlLibravatar thursday2021-11-17
| | |
| * | Update build-and-publish.ymlLibravatar thursday2021-11-16
| | |
| * | Delete main.ymlLibravatar thursday2021-11-16
| | |
| * | Create build-and-publish.ymlLibravatar thursday2021-11-16
| | |
| * | Merge pull request #2 from getferdi/masterLibravatar thursday2021-11-16
| |\ \ | | | | | | | | Update to head
* | | | Fix DATA_DIR documentationLibravatar thursday2021-11-23
| | | |
* | | | Use GH_TOKEN secret instead of GITHUB_TOKENLibravatar kytwb2021-11-19
| | | | | | | | | | | | Failed to add secret; secret names must not start with GITHUB_.
* | | | Adding updated Docker image build workflow (#83)Libravatar thursday2021-11-18
| |_|/ |/| |
* | | Update README.mdLibravatar thursday2021-11-17
| |/ |/|
* | Merge branch 'master' into masterLibravatar thursday2021-11-16
|\|
| * Update entrypoint.shLibravatar thursday2021-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed error causing Ferdi-server's Adonis APP_KEY not to be read from FERDI_APP_KEY.txt on container restart, which was causing the following error: ``` RuntimeException: E_MISSING_APP_KEY: Make sure to define appKey inside config/app.js file before using Encryption provider > More details: https://err.sh/adonisjs/errors/E_MISSING_APP_KEY RuntimeException: E_MISSING_APP_KEY: Make sure to define appKey inside config/app.js file before using Encryption provider > More details: https://err.sh/adonisjs/errors/E_MISSING_APP_KEY at Function.missingAppKey (/app/node_modules/@adonisjs/generic-exceptions/src/RuntimeException.js:54:12) at new Encryption (/app/node_modules/@adonisjs/framework/src/Encryption/index.js:33:33) at Object.closure (/app/node_modules/@adonisjs/framework/providers/AppProvider.js:257:14) at Ioc._resolveBinding (/app/node_modules/@adonisjs/fold/src/Ioc/index.js:231:68) at Ioc.make (/app/node_modules/@adonisjs/fold/src/Ioc/index.js:807:19) at /app/node_modules/@adonisjs/fold/src/Ioc/index.js:318:19 at Array.map (<anonymous>) at Ioc._makeInstanceOf (/app/node_modules/@adonisjs/fold/src/Ioc/index.js:317:44) at Ioc.make (/app/node_modules/@adonisjs/fold/src/Ioc/index.js:799:19) at AuthManager.getScheme (/app/node_modules/@adonisjs/auth/src/Auth/Manager.js:86:16) at Auth.authenticator (/app/node_modules/@adonisjs/auth/src/Auth/index.js:118:40) at new Auth (/app/node_modules/@adonisjs/auth/src/Auth/index.js:68:39) at Context.<anonymous> (/app/node_modules/@adonisjs/auth/providers/AuthProvider.js:151:14) at Context.wrappedCallback [as auth] (/app/node_modules/macroable/index.js:132:61) at Server._handleException (/app/node_modules/@adonisjs/framework/src/Server/index.js:253:63) at /app/node_modules/@adonisjs/framework/src/Server/index.js:441:14 ```
| * Merge pull request #1 from k0staa/masterLibravatar thursday2021-08-17
| |\ | | | | | | Test merge
* | | Fix some more documentationLibravatar Vijay A2021-10-30
| | |