solidcommunity.net icon indicating copy to clipboard operation
solidcommunity.net copied to clipboard

test migration to CSSv7

Open bourgeoa opened this issue 2 years ago • 0 comments

https://github.com/CommunitySolidServer/CommunitySolidServer/blob/main/RELEASE_NOTES.md#v700

solidcommunity.net CSS tests servers on port 3000 and 3001 are to be updated to CSS@6. There is no data migration. Configuration and templates need to be updated.

Configuration options are selected with the mashlib CSS configuration generator https://github.com/CommunitySolidServer/Recipes#-customizing-the-recipes

  1. The following CSS configuration options are used :
  • data and security management
    • [x] filesystem with pod quota (default 7000 bytes)
    • [x] HTTPS enabled with CLI keys
    • [x] WAC
    • [x] filesystem locking
  • pod management
    • [x] users registration enabled
    • [x] email enabled
    • [ ] suffix for CSS on port 3001 : css:config/util/identifiers/suffix.json
    • [x] subdomain for CSS on port 3000 : css:config/util/identifiers/subdomain.json
  • miscellaneous
    • [x] all notifications : webhooks, current and legacy websockets
    • [x] static HTML page
    • [ ] initial setup disabled
  • advance features
    • [x] default values used
  1. Template updates move resources to base folder and acl resources to acl folder
    • [ ] pod folder templates
    • [ ] root folder templates

bourgeoa avatar Nov 15 '23 20:11 bourgeoa