AppFeed/templates/kevinyusRepository/nvim-server/nvim-server.xml
Squidly271 dee307148b Update
2021-02-16 16:47:23 -05:00

85 lines
4.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>nvim-server</Name>
<Repository>hikariai/nvim-server:latest</Repository>
<Registry>https://hub.docker.com/r/hikariai/nvim-server</Registry>
<Network>bridge</Network>
<Shell>bash</Shell>
<Privileged>false</Privileged>
<Project>https://github.com/yqlbu/neovim-server</Project>
<Overview>A containerized IDE-like text editor that runs on a web server. This tool is for running NeoVim remotely and continuing the development process at 🚀 speed.</Overview>
<WebUI>http://[IP]:[PORT:3000]/wetty</WebUI>
<TemplateURL>https://raw.githubusercontent.com/yqlbu/unraid-templates/main/nvim-server/nvim-server.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/yqlbu/unraid-templates/main/nvim-server/icon.png</Icon>
<PostArgs></PostArgs>
<CPUset></CPUset>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>6080</HostPort>
<ContainerPort>3000</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>8090</HostPort>
<ContainerPort>8090</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/nvim-server</HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/appdata/nvim-server-workspace</HostDir>
<ContainerDir>/workspace</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>guest</Value>
<Name>USER</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>password</Value>
<Name>SECRET</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>Asia/Shanghai</Value>
<Name>TZ</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>$UID</Value>
<Name></Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>$GID</Value>
<Name></Name>
<Mode></Mode>
</Variable>
</Environment>
<Config Name="USER" Target="USER" Default="guest" Mode="" Description="User for login, default is set to guest" Type="Variable" Display="always" Required="true" Mask="false">guest</Config>
<Config Name="SECRET" Target="SECRET" Default="password" Mode="" Description="Password for login, default is set to password" Type="Variable" Display="always" Required="true" Mask="false">password</Config>
<Config Name="TZ" Target="TZ" Default="Asia/Shanghai" Mode="" Description="Default TZ is set to Asia/Shanghai" Type="Variable" Display="always" Required="false" Mask="false">Asia/Shanghai</Config>
<Config Name="WEB UI" Target="3000" Default="6080" Mode="tcp" Description="Port for accessing the Web UI" Type="Port" Display="always" Required="false" Mask="false">6080</Config>
<Config Name="CONFIG" Target="/config" Default="/mnt/user/appdata/nvim-server" Mode="rw" Description="Container Path: /config" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/nvim-server</Config>
<Config Name="WORKSPACE" Target="/workspace" Default="/mnt/user/appdata/nvim-server-workspace" Mode="rw" Description="Container Path: /workspace" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/nvim-server-workspace</Config>
<Config Name="UID" Target="" Default="$UID" Mode="" Description="Container Variable: UID" Type="Variable" Display="advanced" Required="false" Mask="false">$UID</Config>
<Config Name="Markdown Preview" Target="8090" Default="8090" Mode="tcp" Description="Port for the Instant Markdown Preview Server" Type="Port" Display="advanced" Required="false" Mask="false">8090</Config>
<Config Name="GID" Target="" Default="$GID" Mode="" Description="Container Variable: GID" Type="Variable" Display="advanced" Required="false" Mask="false">$GID</Config>
<Date>1612912779</Date>
<Category>Productivity:</Category>
<Description>A containerized IDE-like text editor that runs on a web server. This tool is for running NeoVim remotely and continuing the development process at 🚀 speed.</Description>
<IconHTTPS>https://raw.githubusercontent.com/yqlbu/unraid-templates/main/nvim-server/icon.png</IconHTTPS>
<templatePath>/tmp/GitHub/AppFeed/templates/kevinyusRepository/nvim-server/nvim-server.xml</templatePath>
</Container>