From 12e629d9d4fd834fc1be27cc6a75c84b502eeb96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 16 Feb 2023 20:58:18 +0100 Subject: [PATCH] add post install --- check_process | 28 ---------------------------- doc/POST_INSTALL.md | 5 +++++ 2 files changed, 5 insertions(+), 28 deletions(-) delete mode 100644 check_process diff --git a/check_process b/check_process deleted file mode 100644 index d56ac04..0000000 --- a/check_process +++ /dev/null @@ -1,28 +0,0 @@ -;; Test complet - ; Manifest - domain="domain.tld" - path="/path" - is_public=1 - language="fr" - admin="john" - password="1Strong-Password" - ; Checks - pkg_linter=1 - setup_sub_dir=0 - setup_root=1 - setup_nourl=0 - setup_private=1 - setup_public=1 - upgrade=1 - # 1.33~ynh2 - upgrade=1 from_commit=4860e2cc613c193d98509e22fea8e3e7ed13ce32 - backup_restore=1 - multi_instance=1 - change_url=1 -;;; Options -Email= -Notification=none -;;; Upgrade options - ; commit=4860e2cc613c193d98509e22fea8e3e7ed13ce32 - name=# 1.33~ynh2 - manifest_arg=domain=DOMAIN&path=PATH&is_public=1&language=fr&admin=USER&password=pass&port=666& diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md index e69de29..dd79e89 100644 --- a/doc/POST_INSTALL.md +++ b/doc/POST_INSTALL.md @@ -0,0 +1,5 @@ +### Login + +Your Umami installation will create a default administrator account with the username `admin` and the password `umami`. + +The first thing you will want to do is log in and change your password.