mirror of
https://github.com/YunoHost-Apps/umami_ynh.git
synced 2024-10-01 13:34:50 +02:00
add post install
This commit is contained in:
parent
5586802eb2
commit
12e629d9d4
2 changed files with 5 additions and 28 deletions
|
@ -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&
|
|
@ -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.
|
Loading…
Reference in a new issue