Skip to content

Commit

Permalink
SWAG: adjust module options to match changes
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Dec 23, 2024
1 parent 7ed198d commit 5583d2f
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
module_options+=(
["module_swag,author"]="@igorpecovnik"
["module_swag,feature"]="module_swag"
["module_swag,desc"]="Example module unattended interface."
["module_swag,maintainer"]="@igorpecovnik"
["module_swag,feature"]="module_swag"
["module_swag,example"]="install remove purge status password help"
["module_swag,desc"]="Secure Web Application Gateway "
["module_swag,status"]="Active"
["module_swag,doc_link"]="https://github.com/linuxserver/docker-swag"
["module_swag,group"]="WebHosting"
["module_swag,port"]="443"
["module_swag,arch"]="x86-64 arm64"
)

function module_swag() {
Expand Down

0 comments on commit 5583d2f

Please sign in to comment.