Fixed CT's : elkarbackupALP,duplicati,OmadaV3,transfersh,hass,pihole
Github updated api and now appends a semicolon to versions, added `tr -d :` to list for url filtering elkarbackupALP: * Github api Fix duplicati: * Github api fix * Enabled in jenkinsfile OmadaV3: * Added Stop command for omada after installation to avoid DB corruption * Moved automaticaly installed dependencies to package list transfersh: * Github api fix hass: * Added Missing python modules (sqlalchemy nvhash) mailbackup: * Github api fix * Moved downlading of resources to project pihole: *Added support for ProxmoxHelper App updater
This commit is contained in:
20
Readme.md
20
Readme.md
@@ -110,12 +110,13 @@ Then select the created credential and click save
|
||||
## gitea
|
||||
1. Edit the parameters in the FistRun script in the container `vi /opt/Setup/Scripts/FirstRun.sh`
|
||||
2. Run the FistRun script in the container `ash /opt/Setup/Scripts/FirstRun.sh`
|
||||
* Available on http://`<ip>`:3000
|
||||
|
||||
## nginx
|
||||
* Run the FistRun script in the container `ash /opt/Setup/Scripts/FirstRun.sh`
|
||||
|
||||
## pihole
|
||||
* Run the FistRun script in the container `ash /opt/Setup/Scripts/FirstRun.sh`
|
||||
* Run the FistRun script in the container `bash /opt/Setup/Scripts/FirstRun.sh`
|
||||
|
||||
## collabora
|
||||
* Update the configuration in /etc/coolwsd/coolwsd.xml and reload the service `systemctl restart coolwsd`
|
||||
@@ -133,7 +134,7 @@ Then select the created credential and click save
|
||||
* To set-up the system follow the initial set-up wizard on http://`<ip>`:8088
|
||||
|
||||
## docker
|
||||
* Run the FistRun script in the container `ash /opt/Setup/Scripts/FirstRun.sh`
|
||||
* Run the FistRun script in the container `bash /opt/Setup/Scripts/FirstRun.sh`
|
||||
This container can be set up in two ways
|
||||
1. As controller with portainer
|
||||
2. As remote with docker tcp on port 2375
|
||||
@@ -218,6 +219,11 @@ lxc.mount.entry: /dev/ttyACM-Zwave dev/ttyACM-Zwave none bind,optional,create=fi
|
||||
* Default credentials: setup/setup
|
||||
* Follow the setup wizzard after login, otherwise authentication will be disabled
|
||||
|
||||
## x2go
|
||||
* Add a user by typing `adduser <username>`
|
||||
* Set key auth only `sed -i -e '/PasswordAuthentication/c\PasswordAuthentication no' -e '/ChallengeResponseAuthentication/c\ChallengeResponseAuthentication no' /etc/ssh/sshd_config`
|
||||
* Set ssh port `sed -i -e '/Port 22/c\Port <PortNr>' /etc/ssh/sshd_config`
|
||||
|
||||
## hass
|
||||
* After first start of CT HomeAssistant will finish its installation this will take at least 10 minutes
|
||||
* HomeAssistant available on http://`<ip>`:8123
|
||||
@@ -239,16 +245,17 @@ lxc.mount.entry: /dev/ttyACM-Zwave dev/ttyACM-Zwave none bind,optional,create=fi
|
||||
* Add user/storage space by running `ash /opt/AddMailBox.sh`
|
||||
|
||||
## heimdall
|
||||
* available on http://`<ip>`:80
|
||||
* Available on http://`<ip>`:80
|
||||
|
||||
## vouchproxy
|
||||
* Default port 9090
|
||||
* A script to setup another instance is located here: `/opt/AddVouchInstance.sh`
|
||||
|
||||
## elkarbackup
|
||||
**Alpine version recommended**
|
||||
1. Edit the parameters in the FistRun script in the container `vi /opt/Setup/Scripts/FirstRun.sh`
|
||||
2. Run the FistRun script in the container `ash /opt/Setup/Scripts/FirstRun.sh`
|
||||
3. Available on http://`<ip>` (Default username/password: root/root
|
||||
3. Available on http://`<ip>` (Default username/password: root/root)
|
||||
4. Click cogwheel/settings icon > Manage backup locations >New (make sure to create this directory and set ngix as the owner)
|
||||
5. Add a retention policy under the `Policies` tab
|
||||
|
||||
@@ -302,8 +309,3 @@ cd /iscsi/<server-iqn>/tpg1/luns
|
||||
create <device>
|
||||
exit
|
||||
```
|
||||
|
||||
## x2go
|
||||
* Add a user by typing `adduser <username>`
|
||||
* Set key auth only `sed -i -e '/PasswordAuthentication/c\PasswordAuthentication no' -e '/ChallengeResponseAuthentication/c\ChallengeResponseAuthentication no' /etc/ssh/sshd_config`
|
||||
* Set ssh port `sed -i -e '/Port 22/c\Port <PortNr>' /etc/ssh/sshd_config`
|
||||
Reference in New Issue
Block a user