]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/controllers/well-known.ts
server: serve files from storage/well-known (#5214)
authorkontrollanten <6680299+kontrollanten@users.noreply.github.com>
Tue, 4 Oct 2022 08:53:00 +0000 (10:53 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Oct 2022 08:53:00 +0000 (10:53 +0200)
commit6c5f0d3aebbd9debcd33a9aab306b130547852a5
treebb5da168dc1d60f13c3fd6247fa9082928529a8a
parentcfd57d2ca0bb058087f7dc90fcc3e8442b0288e1
server: serve files from storage/well-known (#5214)

* server: serve files from storage/well-known

closes #5206

* well-known: add tests

* test: try to skip new tests

* test: another try

* fix(config/prod): well_known path

* test: fix broken tests

* Update misc-endpoints.ts

* Use getDirectoryPath for tests

* Fix tests

Co-authored-by: Chocobozzz <me@florianbigard.com>
21 files changed:
config/default.yaml
config/production.yaml.example
config/test-1.yaml
config/test-2.yaml
config/test-3.yaml
config/test-4.yaml
config/test-5.yaml
config/test-6.yaml
server/controllers/well-known.ts
server/initializers/checker-before-init.ts
server/initializers/config.ts
server/initializers/constants.ts
server/tests/api/redundancy/redundancy.ts
server/tests/api/users/users-multiple-servers.ts
server/tests/api/videos/video-playlists.ts
server/tests/misc-endpoints.ts
server/tests/shared/actors.ts
server/tests/shared/directories.ts
server/tests/shared/playlists.ts
shared/server-commands/server/server.ts
support/docker/production/config/production.yaml