ouam
c2830be0b9
docs: clarify OIDC_ISSUER must not have a trailing slash
A trailing slash in OIDC_ISSUER causes two silent failures:
1. The discovery request to /.well-known/openid-configuration gets
a double slash in the URL, which may result in a 404.
2. The iss claim in the returned JWT (e.g. https://auth.example.com )
does not match the configured issuer (https://auth.example.com/ ),
causing token validation to fail with a 401 Unauthorized error.
This is a non-obvious gotcha that is hard to debug since Ghostfolio
does not surface the underlying iss mismatch error to the user.
Ref: https://github.com/ghostfolio/ghostfolio/discussions/4427
1 day ago
Thomas Kaul
e66f468d65
Task/improve TestMu AI logo and url ( #6303 )
* Improve logo and url
3 weeks ago
Thomas Kaul
c74bca5066
Task/clean up Sponsors in README.md ( #6234 )
* Clean up
1 month ago
Thomas Kaul
c106f64b55
Task/remove margin in README.md ( #6233 )
* Remove margin
1 month ago
Thomas Kaul
50d7671d4f
Task/change LambdaTest to TestMu AI ( #6232 )
* Change LambdaTest to TestMu AI
1 month ago
Wolfgang
72ffef1ab8
Task/extend documentation by ENABLE_FEATURE_AUTH_TOKEN environment variable ( #6189 )
* Extend documentation
2 months ago
Thomas Kaul
549436d919
Task/extend data providers content in self-hosting FAQ ( #6123 )
* Extend data providers content
* Update changelog
2 months ago
Thomas Kaul
57ed1fadb2
Task/update year to 2026 ( #6119 )
* Update year
2 months ago
Germán Martín
a36f87d592
Task/add OpenID Connect (OIDC) configuration details to README ( #6044 )
* Add OpenID Connect (OIDC) configuration details
3 months ago
Thomas Kaul
cf2dd95906
Task/add LambdaTest to Sponsors in README.md ( #5861 )
* Add LambdaTest
4 months ago
Thomas Kaul
9f36eef39d
Task/extend Contributing section in README.md ( #5864 )
* Add GitHub Sponsors
4 months ago
Thomas Kaul
08333cb960
Feature/filter open GitHub issues by no assignee in README.md ( #5350 )
* Filter GitHub issues by no assignee
7 months ago
Thomas Kaul
be745362ee
Feature/update operational cost descriptions ( #5257 )
* Update operational cost descriptions
7 months ago
Thomas Kaul
55e4d2fc7a
Feature/deprecate ITEM activity type in favor of BUY ( #5093 )
* Deprecate ITEM activity type in favor of BUY
* Update changelog
8 months ago
Thomas Kaul
70d56c6c6c
Feature/add LinkedIn page to README.md ( #4476 )
* Add LinkedIn page
11 months ago
Thomas Kaul
1aa1960d45
Feature/rename TWR to ROAI ( #4464 )
* Rename TWR to ROAI
12 months ago
Thomas Kaul
b9917e72b2
Feature/update year to 2025 ( #4169 )
* Update year
1 year ago
Lennart Goedhart
aca4c3d46d
Feature/modernize docker compose files ( #4101 )
* Modernize docker compose files
* Update changelog
1 year ago
dw-0
76ff34b0c4
Feature/switch no-empty-function rule in eslint configuration from warn to error ( #3979 )
* Switch no-empty-function rule in eslint configuration from warn to error
* Update changelog
---------
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
1 year ago
Thomas Kaul
7e339972ad
Feature/extend public api with health check endpoint ( #3825 )
* Add health check endpoint documentation
* Update changelog
1 year ago
Thomas Kaul
c2f69501c7
Feature/improve documentation for public API ( #3792 )
1 year ago
Thomas Kaul
583c14128b
Feature/extend public api with portfolio performance metrics endpoint ( #3762 )
* Extend Public API with portfolio performance metrics endpoint
* Update changelog
1 year ago
Thomas Kaul
7a695f34f2
Feature/add docker pulls shield to README.md ( #3705 )
Add Docker Pulls shield
2 years ago
Thomas Kaul
bc51f106e9
Feature/expose log levels as env variable ( #3704 )
* Expose log levels as env variable
* Update documentation
* Update changelog
2 years ago
Thomas Kaul
f883469b55
Feature/move development instructions to DEVELOPMENT.md ( #3680 )
* Move development instructions
2 years ago
Thomas Kaul
4410040a14
Feature/update angular url in README.md ( #3566 )
Update Angular url
2 years ago
Vijayaraj
c1d1ea9dde
Feature/migrate from Yarn 1 (Classic) to npm ( #3601 )
* Migrate from yarn to npm
2 years ago
Thomas Kaul
48eee5f865
Feature/upgrade node.js from version 18 to 20 ( #3553 )
* Upgrade to Node.js 20
* Update changelog
2 years ago
Thomas Kaul
890c5b986c
Feature/improve formatting of variables in README.md ( #3546 )
2 years ago
Thomas Kaul
bc2fd9c970
Feature/add WTD and MTD to documentation ( #3542 )
2 years ago
Achal
7067aca04b
Feature/replace twitter.com with x.com ( #3535 )
* Replace twitter.com with x.com
2 years ago
Thomas Kaul
0f77169952
Fix wording ( #3463 )
2 years ago
Thomas Kaul
6c2acf2aa6
Feature/set up ssl for local development ( #3482 )
* Set up SSL for local development
* Update changelog
2 years ago
Thomas Kaul
741a0e36d2
Add links to tagged issues ( #3405 )
* help wanted
* good first issue
2 years ago
Colin Seymour
378e57c3bc
Feature/add links to Home Assistant add-on ( #3367 )
* Add links to Home Assistant add-on
2 years ago
Thomas Kaul
261f5844dd
Add type column to README.md ( #3295 )
2 years ago
Thomas Kaul
2d70b18593
Remove links ( #3306 )
2 years ago
Thomas Kaul
ab86dd5318
Add Home Assistant ( #3291 )
2 years ago
sylis
5c480109d5
Feature/add quotes in README.md for API auth documentation ( #3246 )
2 years ago
Thomas Kaul
bbe5d70720
Rename Twitter to X ( #3009 )
2 years ago
Thomas Kaul
40d93066ff
Introduce .env.dev ( #3120 )
2 years ago
Thomas Kaul
bb86f85203
Feature/add available home server systems to faq ( #3126 )
* Add available home server systems
* Update changelog
* Add CasaOS to README.md
2 years ago
miles
a3178fb213
Feature/expose redis database via environment variable ( #3036 )
* Expose Redis database via environment variable
* Update changelog
2 years ago
Thomas Kaul
609c03f174
Add analytics image ( #2970 )
2 years ago
Hugo Persson
170b8acc65
Feature/Add git pre-commit hook for yarn format ( #2840 )
* Set up git pre-commit hook for yarn format
* Update changelog
2 years ago
Thomas Kaul
48ab5fcf08
Feature/update docker compose instructions to compose v2 ( #2836 )
* Update docker compose instructions
* Update changelog
2 years ago
Tanguy Herbron
d91f947ab0
Feature/Add Coingecko api keys support ( #2827 )
* Add CoinGecko API keys support
* Update changelog
2 years ago
Thomas Kaul
6a048cee85
Feature/add hint for twr to portfolio summary ( #2824 )
* Add hint for TWR
* Add TWR to README.md
* Update changelog
2 years ago
Thomas Kaul
3717e38845
Update year ( #2803 )
2 years ago
Thomas Kaul
e9ac9057ff
Fix debug instructions ( #2802 )
2 years ago