File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed
Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -1858,6 +1858,22 @@ echo "@reboot root sleep 10 && rm /etc/cron.d/hestia-ssl && /usr/local/hestia/bi
18581858echo " [ * ] Configuring File Manager..."
18591859$HESTIA /bin/v-add-sys-filemanager quiet
18601860
1861+ echo " [ * ] Finish up install..."
1862+ write_config_value " PHPMYADMIN_KEY" " "
1863+ write_config_value " POLICY_USER_VIEW_SUSPENDED" " no"
1864+ write_config_value " POLICY_USER_VIEW_LOGS" " yes"
1865+ write_config_value " POLICY_USER_EDIT_WEB_TEMPLATES" " true"
1866+ write_config_value " POLICY_USER_EDIT_DNS_TEMPLATES" " yes"
1867+ write_config_value " POLICY_USER_EDIT_DETAILS" " yes"
1868+ write_config_value " POLICY_USER_DELETE_LOGS" " yes"
1869+ write_config_value " POLICY_USER_CHANGE_THEME" " yes"
1870+ write_config_value " POLICY_SYSTEM_PROTECTED_ADMIN" " no"
1871+ write_config_value " POLICY_SYSTEM_PASSWORD_RESET" " no"
1872+ write_config_value " POLICY_SYSTEM_HIDE_SERVICES" " no"
1873+ write_config_value " POLICY_SYSTEM_ENABLE_BACON" " no"
1874+ write_config_value " PLUGIN_APP_INSTALLER" " true"
1875+ write_config_value " DEBUG_MODE" " no"
1876+ write_config_value " ENFORCE_SUBDOMAIN_OWNERSHIP" " yes"
18611877
18621878# ----------------------------------------------------------#
18631879# Hestia Access Info #
Original file line number Diff line number Diff line change @@ -1886,6 +1886,23 @@ $HESTIA/bin/v-add-sys-filemanager quiet
18861886# create cronjob to generate ssl
18871887echo " @reboot root sleep 10 && rm /etc/cron.d/hestia-ssl && /usr/local/hestia/bin/v-add-letsencrypt-host" > /etc/cron.d/hestia-ssl
18881888
1889+ echo " [ * ] Finish up install..."
1890+ write_config_value " PHPMYADMIN_KEY" " "
1891+ write_config_value " POLICY_USER_VIEW_SUSPENDED" " no"
1892+ write_config_value " POLICY_USER_VIEW_LOGS" " yes"
1893+ write_config_value " POLICY_USER_EDIT_WEB_TEMPLATES" " true"
1894+ write_config_value " POLICY_USER_EDIT_DNS_TEMPLATES" " yes"
1895+ write_config_value " POLICY_USER_EDIT_DETAILS" " yes"
1896+ write_config_value " POLICY_USER_DELETE_LOGS" " yes"
1897+ write_config_value " POLICY_USER_CHANGE_THEME" " yes"
1898+ write_config_value " POLICY_SYSTEM_PROTECTED_ADMIN" " no"
1899+ write_config_value " POLICY_SYSTEM_PASSWORD_RESET" " no"
1900+ write_config_value " POLICY_SYSTEM_HIDE_SERVICES" " no"
1901+ write_config_value " POLICY_SYSTEM_ENABLE_BACON" " no"
1902+ write_config_value " PLUGIN_APP_INSTALLER" " true"
1903+ write_config_value " DEBUG_MODE" " no"
1904+ write_config_value " ENFORCE_SUBDOMAIN_OWNERSHIP" " yes"
1905+
18891906# ----------------------------------------------------------#
18901907# Hestia Access Info #
18911908# ----------------------------------------------------------#
You can’t perform that action at this time.
0 commit comments