1
0
Fork 0
peertube/server/controllers/index.ts
Chocobozzz cfd57d2ca0
Live supports object storage
* Sync live files (segments, master playlist, resolution playlist,
   segment sha file) into object storage
 * Automatically delete them when the live ends
 * Segment sha file is now a file on disk, and not stored in memory
   anymore
2022-10-04 10:03:17 +02:00

14 lines
365 B
TypeScript

export * from './activitypub'
export * from './api'
export * from './client'
export * from './download'
export * from './feeds'
export * from './services'
export * from './static'
export * from './lazy-static'
export * from './misc'
export * from './webfinger'
export * from './tracker'
export * from './bots'
export * from './plugins'
export * from './well-known'