aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
| * | 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
| | | |
| * | | Merge branch 'master' into masterLibravatar Vijay Raghavan Aravamudhan2021-07-05
| |\ \ \
| * | | | Change main license holder to Ferdi and remove one existing in docker directoryLibravatar Michal Kostewicz2021-02-14
| | | | |
| * | | | Update docker/README.md - update information about usage of NGINXLibravatar Michał Kostewicz2021-02-09
| | | | | | | | | | | | | | | Co-authored-by: Cromefire_ <cromefire_@outlook.com>
| * | | | Merge branch 'master' of https://github.com/k0staa/serverLibravatar Michal Kostewicz2021-02-09
| |\ \ \ \
| | * | | | Update docker/README.md - one mention for MariaDB/MySQLLibravatar Michał Kostewicz2021-02-09
| | | | | | | | | | | | | | | | | | Co-authored-by: Cromefire_ <cromefire_@outlook.com>
| | * | | | Update docker/README.md - removing logo from docker readmeLibravatar Michał Kostewicz2021-02-09
| | | | | | | | | | | | | | | | | | Co-authored-by: Cromefire_ <cromefire_@outlook.com>
| | * | | | Update docker/README.mdLibravatar Michał Kostewicz2021-02-09
| | | | | | | | | | | | | | | | | | Co-authored-by: Cromefire_ <cromefire_@outlook.com>
| * | | | | Mark Ethereal as deprecatedLibravatar Michal Kostewicz2021-02-09
| |/ / / /
| * | | | Fix all issues found on CR -> especially update README.md, remove creation ↵Libravatar Michal Kostewicz2021-02-09
| | | | | | | | | | | | | | | | | | | | of new config.txt, update ignore files.
| * | | | Fix DATA_DIR examples in README.mdLibravatar Michal Kostewicz2021-02-08
| | | | |
| * | | | Adjust README info about DATA_DIRLibravatar Michal Kostewicz2021-02-07
| | | | |
| * | | | Add script which will use config.txt if existLibravatar Michal Kostewicz2021-02-07
| | | | |
| * | | | Revert line which choose DB folder using env. Move Dockerfile to root. ↵Libravatar Michal Kostewicz2021-02-07
| | | | | | | | | | | | | | | | | | | | Simplify export in entrypoint. Update README
| * | | | Change database.js so any system folder can be used to keep database filesLibravatar Michal Kostewicz2021-02-07
| | | | |
| * | | | Add new configuration for docker with small script to generate or use ↵Libravatar Michal Kostewicz2021-02-07
| | | | | | | | | | | | | | | | | | | | APP_KEY. docker-compose was adjusted to use DATA_DIR.
| * | | | Modifying Dockerfile so that it can use the current application code to ↵Libravatar Michal Kostewicz2021-02-07
| | | | | | | | | | | | | | | | | | | | build the image. Update instructions for building image in README.md
| * | | | Moved getferdi/server-docker into getferdi/server repository.Libravatar Michal Kostewicz2021-02-07
| | | | | | | | | | | | | | | | | | | | Add sample docker-compose file and update README.md files in root and docker directories.
* | | | | Bump tar from 4.4.15 to 4.4.19Libravatar dependabot[bot]2021-09-02
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [tar](https://github.com/npm/node-tar) from 4.4.15 to 4.4.19. - [Release notes](https://github.com/npm/node-tar/releases) - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-tar/compare/v4.4.15...v4.4.19) --- updated-dependencies: - dependency-name: tar dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Bump path-parse from 1.0.6 to 1.0.7Libravatar dependabot[bot]2021-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Bump color-string from 1.5.3 to 1.6.0Libravatar dependabot[bot]2021-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.3 to 1.6.0. - [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.6.0) --- updated-dependencies: - dependency-name: color-string dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>