Skip to content

Commit

Permalink
Fix typos in backblaze.xml and imgburn.xml (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
JWolvers authored Mar 15, 2024
1 parent e5107f9 commit 28f0e8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/backblaze.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This container needs additional installation steps after running the docker, whi
<Config Name="Storage to back up" Target="/backup_volume/" Default="/mnt/user/" Mode="rw" Description="This will be exposed to the Backblaze Client as drive D and therefore be backed up" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/</Config>
<Config Name="Config" Target="/config/" Default="/mnt/cache/appdata/backblaze_personal_backup/" Mode="rw" Description="Container Path: /config/" Type="Path" Display="always" Required="true" Mask="false">/mnt/cache/appdata/backblaze_personal_backup/</Config>
<Config Name="Force Latest Update" Target="FORCE_LATEST_UPDATE" Default="false" Description="Forces the auto updater to download the newest version of the backblaze client from the backblaze servers instead of a known-good version from the Internet Archive." Type="Variable" Display="always" Required="true" Mask="false">true</Config>
<Config Name="User ID" Tareget="USER_ID" Default="99" Description="When mounting docker-volumes, permission issues can arise between the docker host and the container. You can pass the User_ID permissions to the container with this variable." Type="Variable" Display="always" Required="true" Mask="false">99</Config>
<Config Name="User ID" Target="USER_ID" Default="99" Description="When mounting docker-volumes, permission issues can arise between the docker host and the container. You can pass the User_ID permissions to the container with this variable." Type="Variable" Display="always" Required="true" Mask="false">99</Config>
<Config Name="Group ID" Target="GROUP_ID" Default="100" Description="When mounting docker-volumes, permission issues can arise between the docker host and the container. You can pass the Group_ID permissions to the container with this variable." Type="Variable" Display="always" Required="true" Mask="false">100</Config>
<Config Name="Clean Temp Directory" Target="CLEAN_TMP_DIR" Default="1" Description="When set to 1, all files in the /tmp directory are deleted during the container startup." Type="Variable" Display="always" Required="true" Mask="false">1</Config>
<Config Name="Disable Autoupdate" Target="DISABLE_AUTOUPDATE" Default="false" Description="Disables the auto-update of the backblaze client to the latest known-good version at the time of the docker version release." Type="Variable" Display="always" Required="true" Mask="false">false</Config>
Expand Down
2 changes: 1 addition & 1 deletion templates/imgburn.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This container needs additional installation steps after running the docker, whi
<Config Name="ENABLE_CJK_FONT" Target="ENABLE_CJK_FONT" Default="" Mode="" Description="When set to 1, open-source computer font WenQuanYi Zen Hei is installed. This font contains a large range of Chinese/Japanese/Korean characters." Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="Storage" Target="/drive_d/" Default="/mnt/user/" Mode="rw" Description="This will be exposed to WINE / ImgBurn as drive D" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/</Config>
<Config Name="Config" Target="/config/" Default="/mnt/cache/appdata/ImgBurn/" Mode="rw" Description="Container Path: /config/" Type="Path" Display="always" Required="true" Mask="false">/mnt/cache/appdata/ImgBurn/</Config>
<Config Name="User ID" Tareget="USER_ID" Default="99" Description="When mounting docker-volumes, permission issues can arise between the docker host and the container. You can pass the User_ID permissions to the container with this variable." Type="Variable" Display="always" Required="true" Mask="false">99</Config>
<Config Name="User ID" Target="USER_ID" Default="99" Description="When mounting docker-volumes, permission issues can arise between the docker host and the container. You can pass the User_ID permissions to the container with this variable." Type="Variable" Display="always" Required="true" Mask="false">99</Config>
<Config Name="Group ID" Target="GROUP_ID" Default="100" Description="When mounting docker-volumes, permission issues can arise between the docker host and the container. You can pass the Group_ID permissions to the container with this variable." Type="Variable" Display="always" Required="true" Mask="false">100</Config>
<Config Name="Clean Temp Directory" Target="CLEAN_TMP_DIR" Default="1" Description="When set to 1, all files in the /tmp directory are deleted during the container startup." Type="Variable" Display="always" Required="true" Mask="false">1</Config>
</Container>

0 comments on commit 28f0e8e

Please sign in to comment.