definition.yml 1.0 KB

12345678910111213141516171819202122232425
  1. title: 'Database'
  2. icon: '/_assets/icons/ultraviolet-database.svg'
  3. banner: '/_assets/storage/database.jpg'
  4. description: 'The local PostgreSQL database can store any assets. It is however not recommended to store large files directly in the database as this can cause performance issues.'
  5. vendor: 'Wiki.js'
  6. website: 'https://js.wiki'
  7. assetDelivery:
  8. isStreamingSupported: true
  9. isDirectAccessSupported: false
  10. defaultStreamingEnabled: true
  11. defaultDirectAccessEnabled: false
  12. contentTypes:
  13. defaultTypesEnabled: ['pages', 'images', 'documents', 'others', 'large']
  14. defaultLargeThreshold: '5MB'
  15. versioning:
  16. isSupported: true
  17. defaultEnabled: false
  18. sync: false
  19. props: {}
  20. actions:
  21. purge:
  22. label: Purge All Assets
  23. hint: Delete all asset data from the database (not the metadata). Useful if you moved assets to another storage target and want to reduce the size of the database.
  24. warn: This is a destructive action! Make sure all asset files are properly stored on another storage module! This action cannot be undone!
  25. icon: explosion