27 Commits

Author SHA1 Message Date
Thomas Kaul
48eee5f865
Feature/upgrade node.js from version 18 to 20 (#3553)
* Upgrade to Node.js 20

* Update changelog
2024-07-20 10:30:05 +02:00
coharms
46eb3254a9
Feature/set image source label in Dockerfile (#3477)
* Set image source label in Dockerfile

* Update changelog
2024-06-10 17:42:17 +02:00
Bastien Jeannelle
ca7717f9c5
Bugfix/Enable tini in docker compose files instead of adding it to the Dockerfile (#3232)
* Enable tini in docker compose files instead of adding it to the Dockerfile

* Update changelog
2024-04-02 20:26:14 +02:00
Bastien Jeannelle
debd233c32
Feature/set up Tini to avoid zombie processes (#3195)
* Set up Tini to avoid zombie processes

* Update changelog
2024-03-30 13:42:02 +01:00
Thomas Kaul
43e9528d8c
Release 2.66.3 (#3188) 2024-03-23 20:56:22 +01:00
Thomas Kaul
522c54c9b4
Release 2.66.2 (#3187) 2024-03-23 20:40:09 +01:00
Thomas Kaul
0004ced4e1
Release 2.66.1 (#3186) 2024-03-23 20:26:10 +01:00
Bastien Jeannelle
754e98099c
Feature/Set up tini (#3168)
* Set up tini to avoid zombie processes and perform signal forwarding in docker image

* Update changelog
2024-03-23 19:53:27 +01:00
Daniel Bodky
a9985b65b8
Adjust Dockerfile to enable healthcheck (#2913) 2024-01-23 20:44:57 +01:00
Thomas Dietrich
5fc84a06cc
Feature/Add healthcheck for Ghostfolio service (#2893)
* Add curl to Dockerfile image

* Add healthcheck to docker-compose.yml and docker-compose.build.yml

* Update changelog
2024-01-21 11:48:32 +01:00
Thomas Kaul
d2882b1119
Clean up (#2206) 2023-08-06 08:31:48 +02:00
Thomas Kaul
43d0b55004
Feature/upgrade to angular 16 (#2156)
* Upgrade Angular, NestJS and Nx

* Replace executor to @nx/angular:webpack-browser and @nx/angular:webpack-dev-server

* Add target for copying assets

* Improve redirection of home page

* Update changelog
2023-08-05 11:08:10 +02:00
Thomas Kaul
c711a11d6e
Feature/upgrade node.js from version 16 to 18 (#2053)
* Upgrade to Node.js 18

* Update changelog
2023-06-09 17:28:05 +02:00
Oleg Shvartsman
cfc05cce41
Resolve segmentation fault during prisma db migrations (#1761)
* Resolves segmentation fault during prisma db migrations by downgrading Node.js from version 18 to 16

* Update changelog
2023-03-02 19:28:58 +01:00
BeauAgst
efed7e3c2b
Modify default exposed port (#1681)
* Modify default exposed port

* Update changelog
2023-02-11 10:37:44 +01:00
Leon Stoldt
8486c02575
Update Node to version 18.x (#1595)
* Update Node to version 18.x

* Add .nvmrc

* Update changelog

Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
2023-01-23 08:28:19 +01:00
Thomas Kaul
0fb33ae71c
Feature/migrate angular.json to project.json (#1374)
* Migrate angular.json to project.json

* Update changelog
2022-10-17 20:41:13 +02:00
Areedtz
10bae24c5c
Build arm64 docker image and use github actions (#1134)
* Setup build pipeline for arm64 docker images using GitHub Actions
2022-08-27 14:37:22 +02:00
Le_Bleu
57a14bd945
automate database setup and upgrade (#1163)
* Automate database setup and schema upgrade
2022-08-20 08:54:50 +02:00
Thomas Kaul
51f586e160
Feature/upgrade node from 14 to 16 (#1118)
* Upgrade to Node.js 16

* Update changelog
2022-07-31 08:14:52 +02:00
CHAN, Chak Shing
fd2408dd62
fix: add git when building docker image (#1052) 2022-07-03 19:57:04 +02:00
Thomas Kaul
0f36d6cbdb
Release 1.161.1 (#1025) 2022-06-16 17:20:44 +02:00
Thomas Kaul
32dd76be5f
Fix path to jest files (#894) 2022-05-08 16:55:14 +02:00
Thomas Kaul
008a2ab123
Support arm64 (#465)
* Support arm64

* Move prisma from devDependencies to dependencies (Fix "/bin/sh: prisma: not found" in docker build)

* Update changelog

Co-authored-by: Valentin Zickner <ghostfolio@zickner.ch>
2021-12-11 20:58:09 +01:00
Valentin Zickner
e7fb31d1a6
add Dockerfile with all in one docker image (#431)
* Add Dockerfile with all in one docker image

* Change to alpine image and reduce node_modules size

* Improve documentation and fix changelog and license

* Update changelog

Co-authored-by: Valentin Zickner <ghostfolio@zickner.ch>
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
2021-10-30 18:54:14 +02:00
Thomas
e5d7df3e7b
Simplify project setup (#3)
* Simplify project setup

* Setup docker
* Add seed

* Feature/migrate links to router link (#2)

* Migrate links to RouterLink
* Add i18n

* Simplify project setup

* Setup docker
* Add seed
2021-04-16 21:06:45 +02:00
Thomas
c616312233 Initial commit 2021-04-13 21:53:58 +02:00