Allow installing this app as a Web App (#419)
* added an icon of 512x512 for the manifest * added a web app manifest * added a screenshot for richer install on mobile * added a screenshot for richer install ui on desktop * added a document to include the manifest * fixed the command to generate a better auth secret * moved the link tag directly into the PageHead component
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
# Required environment variables
|
||||
NEXT_PUBLIC_BASE_URL= # e.g. https://kan.bn
|
||||
BETTER_AUTH_SECRET= # Random 32+ char string (can gen with: openssl rand -base64 24 | tr -dc 'a-zA-Z0-9' | head -c 32)
|
||||
BETTER_AUTH_SECRET= # Random 32+ char string (can gen with: openssl rand -base64 26 | tr -dc 'a-zA-Z0-9' | head -c 32)
|
||||
|
||||
# Fill if you want to use an external database
|
||||
POSTGRES_URL= # e.g. postgresql://kan:your_password@your_host:5432/kan
|
||||
|
||||
Reference in New Issue
Block a user