aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Fixed shebang and simplfied if statement.Libravatar thursday2021-09-17
|
* Update entrypoint.shLibravatar thursday2021-09-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 ```
* Update DockerfileLibravatar thursday2021-07-21
|
* Update package-lock.jsonLibravatar thursday2021-07-21
| | | Based on the package-lock.json that was generated after installing mysql inside of a running ferdi-server container using the command: npm install --save mysql
* Added mysqlLibravatar thursday2021-07-21
| | | Based on the package.json that was generated after installing mysql inside of a running ferdi-server container using the command: npm install --save mysql
* Added mysql to package-lock.jsonLibravatar thursday2021-07-21
| | | Added mysql and dependences to package-lock.json
* Update package.jsonLibravatar thursday2021-07-21
| | | Adding the node mysql helper
* Update entrypoint.shLibravatar thursday2021-07-21
|
* Update docker-compose.ymlLibravatar thursday2021-07-21
| | | Added PUID and PGID values
* Update entrypoint.shLibravatar thursday2021-07-21
| | | Attempting to launch the server with su-exec in order to run it as a non-root user.
* Update .env.exampleLibravatar thursday2021-07-21
| | | Added PUID and PGID values to run as non-root
* Update DockerfileLibravatar thursday2021-07-21
| | | Added su-exec to work towards running ferdi-server as a non-root user.
* Update .dockerignoreLibravatar thursday2021-07-19
|
* Update .dockerignoreLibravatar thursday2021-07-18
| | | Trying to build without node_modules in the docker ignore to see if that will avoid the current problems running the container without installing the server at runtime.
* Update DockerfileLibravatar thursday2021-07-18
|
* Update README.mdLibravatar thursday2021-07-18
|
* Update README.mdLibravatar thursday2021-07-18
|
* Update README.mdLibravatar thursday2021-07-18
|
* Update README.mdLibravatar thursday2021-07-18
|
* Update README.mdLibravatar thursday2021-07-18
|
* Update README.mdLibravatar thursday2021-07-18
|
* Update docker/docker-compose.ymlLibravatar thursday2021-07-18
| | | Co-authored-by: Cromefire_ <cromefire_@outlook.com>
* Update docker/docker-compose.ymlLibravatar thursday2021-07-18
| | | Co-authored-by: Cromefire_ <cromefire_@outlook.com>
* Update docker/docker-compose.ymlLibravatar thursday2021-07-18
| | | Co-authored-by: Cromefire_ <cromefire_@outlook.com>
* Update docker/docker-compose.ymlLibravatar thursday2021-07-18
| | | Co-authored-by: Cromefire_ <cromefire_@outlook.com>
* Update README.mdLibravatar thursday2021-07-18
|
* Update README.mdLibravatar thursday2021-07-18
|
* Update README.mdLibravatar thursday2021-07-13
|
* Update docker-compose.ymlLibravatar thursday2021-07-13
| | | Fixed the DATA_DIR to align with the rest of the repo and removed the reference to the config volume.
* Update .env.exampleLibravatar thursday2021-07-13
|
* Update README.mdLibravatar thursday2021-07-13
|
* Update docker/README.mdLibravatar thursday2021-07-13
| | | Co-authored-by: Cromefire_ <cromefire_@outlook.com>
* Update database.jsLibravatar thursday2021-07-13
| | | reverting DATA_DIR default to data
* Update docker/docker-compose.ymlLibravatar thursday2021-07-13
| | | Co-authored-by: Cromefire_ <cromefire_@outlook.com>
* Update docker/README.mdLibravatar thursday2021-07-13
| | | Co-authored-by: Cromefire_ <cromefire_@outlook.com>
* Update docker/entrypoint.shLibravatar thursday2021-07-13
| | | Co-authored-by: Cromefire_ <cromefire_@outlook.com>
* Update docker/entrypoint.shLibravatar thursday2021-07-13
| | | Co-authored-by: Cromefire_ <cromefire_@outlook.com>
* Update docker/README.mdLibravatar thursday2021-07-13
| | | Co-authored-by: Cromefire_ <cromefire_@outlook.com>
* Update Dockerfile Libravatar thursday2021-07-13
| | | | | Add docker-specific DATA_DIR Co-authored-by: Cromefire_ <cromefire_@outlook.com>
* Update docker/README.mdLibravatar thursday2021-07-13
| | | Co-authored-by: Cromefire_ <cromefire_@outlook.com>
* Update DockerfileLibravatar thursday2021-07-13
|
* Update .env.exampleLibravatar thursday2021-07-13
| | | changed data_dir to /data
* Update database.jsLibravatar thursday2021-07-13
| | | changing docker data_dir to /data
* Update database.jsLibravatar thursday2021-07-13
| | | Add path for path.join variables.
* Update entrypoint.shLibravatar thursday2021-07-13
| | | Updating APP_KEY location
* Update entrypoint.shLibravatar thursday2021-07-13
| | | Removing remaining references to cofig.txt
* Update .dockerignoreLibravatar thursday2021-07-13
| | | Still trying to fix the .env problem
* Update .gitignoreLibravatar thursday2021-07-13
| | | temporarily removing .env ignore
* Create .envLibravatar thursday2021-07-13
| | | Creating an empty .env file in an attempt to resolve the runtime issue discussed in PR 48