aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
| * | 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.
| * | Update .gitignoreLibravatar thursday2021-07-12
| | |
| * | Update README.mdLibravatar thursday2021-07-12
| | |
| * | Update README.mdLibravatar thursday2021-07-12
| | | | | | | | | Further clarification for existing users.
| * | Update README.mdLibravatar thursday2021-07-12
| | | | | | | | | Further clarified migration pathway for existing users.
| * | Update docker-compose.ymlLibravatar thursday2021-07-12
| | | | | | | | | Added additional migration note for existing users.
| * | Update README.mdLibravatar thursday2021-07-12
| | | | | | | | | Updated migration text and deprecation warning.
| * | Update docker-compose.ymlLibravatar thursday2021-07-12
| | | | | | | | | Update default database name.
| * | Update README.mdLibravatar thursday2021-07-12
| | |
| * | Update README.mdLibravatar thursday2021-07-12
| | | | | | | | | Updated default database names throughout readme.
| * | Update README.mdLibravatar thursday2021-07-12
| | | | | | | | | Added links to Docker documentation to explain port mapping, the user runtime variables and container volumes.
| * | Update README.mdLibravatar thursday2021-07-12
| | | | | | | | | Fixed Ferdi-server syntax throughout the readme (specifically capitalization and the - between Ferdi and server).
| * | Update README.mdLibravatar thursday2021-07-12
| | | | | | | | | Added a warning about the deprecation of config.txt in the docker image, made Ferdi-server capitalization consistent, and fixed grammar throughout.
| * | Update database.jsLibravatar thursday2021-07-12
| | | | | | | | | Updated the path.join function for the default sqlite database and updated all default database names to `ferdi` rather than `adonis`
| * | Changed default dbname to ferdi in .env.exampleLibravatar thursday2021-07-12
| | |
| * | Merge branch 'master' into masterLibravatar thursday2021-07-10
| |\ \
| * | | Update new.edgeLibravatar thursday2021-07-10
| | | |
| * | | Update RecipeController.jsLibravatar thursday2021-07-10
| | | |
| * | | Update RecipeController.jsLibravatar thursday2021-07-10
| | | |
| * | | Update README.mdLibravatar thursday2021-07-10
| | | |
| * | | Fixed line 83 to reflect the use of port 3333Libravatar thursday2021-07-09
| | | | | | | | | | | | I believe the Dockerfile now sets Ferdi-server's port to 3333, so I've updated the documentation to reflect this.
| * | | Update README.mdLibravatar thursday2021-07-09
| | | | | | | | | | | | Fixed spelling and grammar issues and updated with warning for existing users regarding config.txt being deprecated and the default sqlite database location and name being changed.
| * | | Update database name and volume.Libravatar thursday2021-07-09
| | | | | | | | | | | | Updated to reflect the changes made to database.js and alert existing users to breaking changes.
| * | | Update .env.exampleLibravatar thursday2021-07-09
| | | |
| * | | Update docker-compose.ymlLibravatar thursday2021-07-09
| | | | | | | | | | | | As per changes to database.js and the discussion here: https://github.com/getferdi/server/pull/48#discussion_r667150127
| * | | Update database.jsLibravatar thursday2021-07-09
| | | | | | | | | | | | Update default sqlite data directory and database as per: https://github.com/getferdi/server/pull/48#discussion_r667150127
| * | | Updated .env.example Libravatar thursday2021-07-09
| | | | | | | | | | | | To match changes to database.js as per the discussion here: https://github.com/getferdi/server/pull/48#discussion_r667150127
| * | | Update comment to deprecate use of config.txt Libravatar thursday2021-07-09
| | | | | | | | | | | | Explain the deprecated state of config.txt (and .env) and reference the readme and .env.example.
| * | | Apply suggestions from code reviewLibravatar thursday2021-07-09
| | | |
| * | | Comment out code to generate .env fileLibravatar thursday2021-07-09
| | | | | | | | | | | | Remove code to check for `config.txt` and generate `/app/.env` file, but keep it in comments for now as documentation.
| * | | Update .dockerignoreLibravatar thursday2021-07-08
| | | |