aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* 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
|\
| * Removed references to png images since they were not being used anyways.Libravatar Vijay A2021-07-06
| |
| * Bump color-string from 1.5.3 to 1.5.5Libravatar dependabot[bot]2021-07-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.3 to 1.5.5. - [Release notes](https://github.com/Qix-/color-string/releases) - [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md) - [Commits](https://github.com/Qix-/color-string/commits/1.5.5) --- updated-dependencies: - dependency-name: color-string dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* | 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
| |
* | Merge branch 'master' into masterLibravatar Vijay Raghavan Aravamudhan2021-07-05
|\|
| * Bump set-getter from 0.1.0 to 0.1.1Libravatar dependabot[bot]2021-07-05
| | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [set-getter](https://github.com/doowb/set-getter) from 0.1.0 to 0.1.1. - [Release notes](https://github.com/doowb/set-getter/releases) - [Commits](https://github.com/doowb/set-getter/commits/0.1.1) --- updated-dependencies: - dependency-name: set-getter dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
| * Bump bson from 1.1.1 to 1.1.6Libravatar dependabot[bot]2021-06-17
| | | | | | | | | | | | | | | | Bumps [bson](https://github.com/mongodb/js-bson) from 1.1.1 to 1.1.6. - [Release notes](https://github.com/mongodb/js-bson/releases) - [Changelog](https://github.com/mongodb/js-bson/blob/v1.1.6/HISTORY.md) - [Commits](https://github.com/mongodb/js-bson/commits/v1.1.6) Signed-off-by: dependabot[bot] <support@github.com>