Fix description; copy favicons
This commit is contained in:
parent
4fc97ca1df
commit
cd36c5f862
@ -45,6 +45,7 @@ function update_script() {
|
||||
$STD npm run frontend:build
|
||||
cp -r ./dist ./backend/dist
|
||||
cp -r ./public/locales ./backend/dist/locales
|
||||
cp ./public/favicon.* ./backend/dist
|
||||
mv /opt/"$APP".env /opt/"$APP"/.env
|
||||
msg_ok "Updated $APP"
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
"config_path": "/",
|
||||
"website": "https://tududi.com/",
|
||||
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/tududi.webp",
|
||||
"description": "Notesnook is a free (as in speech) & open-source note-taking app focused on user privacy & ease of use. To ensure zero knowledge principles, Notesnook encrypts everything on your device using XChaCha20-Poly1305 & Argon2.",
|
||||
"description": "Self-hosted task management with functional programming architecture, hierarchical organization, and multi-language support.",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
|
@ -27,6 +27,7 @@ export NODE_ENV=production
|
||||
$STD npm run frontend:build
|
||||
cp -r ./dist ./backend/dist
|
||||
cp -r ./public/locales ./backend/dist/locales
|
||||
cp ./public/favicon.* ./backend/dist
|
||||
msg_ok "Installed Tududi"
|
||||
|
||||
msg_info "Creating config and database"
|
||||
|
Loading…
x
Reference in New Issue
Block a user