dave-lang / webmin-docker

Docker module for Webmin
MIT License
36 stars 10 forks source link

Creating module #1

Closed Co0olCat closed 1 year ago

Co0olCat commented 1 year ago

Great work.

I was missing last bit - how to create a module.

I have used

tar cvzf docker.wbm.gz docker

Thank you.

dave-lang commented 1 year ago

You can grab the latest build from the releases - if you're feeling trusting/validated the build you could use the remote module install via URL

The github action should come across with a fork if you want to automate your own builds

Co0olCat commented 1 year ago

You are right. Thank you.