Some issues came up in the new datasette-hashed-urls plugin relating to the way it renames databases on startup to achieve unique URLs that depend on the database SHA-256 content:
All three of these could be addressed by making the "path" concept for a database (the /foo bit where it is served) work independently of the database's name, which would be used for default display and also as the alias when configuring cross-database aliases.
Some issues came up in the new
datasette-hashed-urlsplugin relating to the way it renames databases on startup to achieve unique URLs that depend on the database SHA-256 content:All three of these could be addressed by making the "path" concept for a database (the
/foobit where it is served) work independently of the database's name, which would be used for default display and also as the alias when configuring cross-database aliases.