Skip to content

Commit

Permalink
add args
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhotio committed Jan 24, 2024
1 parent 319810f commit bdc72a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hotio/rflood.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
<Config Name="Host Path for /data" Target="/data" Default="" Mode="rw" Description="Container Path: /data" Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="WEBUI_PORTS" Target="WEBUI_PORTS" Default="3000/tcp,3000/udp" Mode="" Description="Container Variable: WEBUI_PORTS" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="FLOOD_AUTH" Target="FLOOD_AUTH" Default="false|true" Mode="" Description="Container Variable: FLOOD_AUTH" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="ARGS" Target="ARGS" Default="" Mode="" Description="Container Variable: ARGS" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="FLOOD_ARGS" Target="FLOOD_ARGS" Default="" Mode="" Description="Container Variable: FLOOD_ARGS" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="VPN_ENABLED" Target="VPN_ENABLED" Default="true|false" Mode="" Description="Container Variable: VPN_ENABLED" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="VPN_PROVIDER" Target="VPN_PROVIDER" Default="generic|proton" Mode="" Description="Container Variable: VPN_PROVIDER" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="VPN_LAN_NETWORK" Target="VPN_LAN_NETWORK" Default="" Mode="" Description="Container Variable: VPN_LAN_NETWORK" Type="Variable" Display="always" Required="false" Mask="false"/>
Expand Down

0 comments on commit bdc72a7

Please sign in to comment.