1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/timemachine_ynh.git synced 2024-09-03 20:26:33 +02:00
This commit is contained in:
Éric Gaspar 2023-11-10 10:32:22 +01:00
parent 953a3c1be9
commit 211846099d
3 changed files with 8 additions and 1 deletions

4
doc/POST_INSTALL.md Normal file
View file

@ -0,0 +1,4 @@
Time Machine was successfully installed :)
Your connection string is:
smb://__APP__:__PASSWORD__@YOUR_IP/__APP__
If you facing an issue or want to improve this app, please open a new issue in this project: https://github.com/YunoHost-Apps/timemachine_ynh

View file

@ -18,8 +18,11 @@ code = "https://github.com/YunoHost-Apps/timemachine_ynh"
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"

View file

@ -21,8 +21,8 @@ admin_mail=$(ynh_user_get_info --username=$admin --key=mail)
#=================================================
# OPEN PORT 445
#=================================================
ynh_script_progression --message="Configuring firewall..." --weight=1
ynh_exec_warn_less yunohost firewall allow --no-upnp TCP 445 # Allow SMB access
#=================================================