Merge pull request #406 from Sheemap/kopia-param-fix

Add start subcommand to kopia.xml
This commit is contained in:
Roxedus
2023-05-03 01:55:44 +02:00
committed by GitHub

View File

@@ -15,7 +15,7 @@ To run this container, you must create a htpasswd file (either via command line
<WebUI>http://[IP]:[PORT:51515]</WebUI>
<TemplateURL>https://github.com/selfhosters/unRAID-CA-templates/blob/master/templates/kopia.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/kopia/kopia/master/icons/kopia.svg</Icon>
<PostArgs>server --insecure --htpasswd-file /app/config/htpasswd --address 0.0.0.0:51515 --server-username=YOUR-USERNAME</PostArgs>
<PostArgs>server start --insecure --htpasswd-file /app/config/htpasswd --address 0.0.0.0:51515 --server-username=YOUR-USERNAME</PostArgs>
<Config Name="Repository password" Target="KOPIA_PASSWORD" Default="" Mode="" Description="Container Variable: KOPIA_PASSWORD" Type="Variable" Display="always" Required="true" Mask="true"/>
<Config Name="Port" Target="51515" Default="51515" Mode="tcp" Description="Container Port: 51515" Type="Port" Display="always" Required="true" Mask="false">51515</Config>
<Config Name="Config path" Target="/app/config" Default="/mnt/user/appdata/kopia/config" Mode="rw" Description="Container Path: /app/config" Type="Path" Display="always" Required="true" Mask="false"/>
@@ -23,4 +23,4 @@ To run this container, you must create a htpasswd file (either via command line
<Config Name="Log path" Target="/app/logs" Default="/mnt/user/appdata/kopia/logs" Mode="rw" Description="Container Path: /app/logs" Type="Path" Display="always" Required="false" Mask="false"/>
<Config Name="Data path" Target="/app/data" Default="/mnt/user/media/kopia" Mode="rw" Description="Enter the Container Path (/app/data) as the Directory Path if creating a Filesystem repository." Type="Path" Display="always" Required="false" Mask="false"/>
<Config Name="Timezone" Target="TZ" Default="America/Los_Angeles" Mode="" Description="Container Variable: TZ" Type="Variable" Display="always" Required="false" Mask="false"/>
</Container>
</Container>