aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
| * | 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
| * | Update DockerfileLibravatar thursday2021-07-13
| | | | | | | | | adding an empty .env file to attempt to resolve
| * | Update README.mdLibravatar thursday2021-07-12
| | |
| * | Update package.jsonLibravatar thursday2021-07-12
| | | | | | | | | Upgraded nodejs to '14.17.3' to match HEAD
| * | Update CONTRIBUTING.mdLibravatar thursday2021-07-12
| | | | | | | | | Upgraded nodejs to '14.17.3' to match main server HEAD
| * | Update .nvmrcLibravatar thursday2021-07-12
| | | | | | | | | Upgraded nodejs to '14.17.3' to match head
| * | Delete .gitignoreLibravatar thursday2021-07-12
| | | | | | | | | combining the docker .gitignore with the main server repo .gitignore.