Simple commandline tooling to deal with alpine linux backup files (.apkovl)
Go to file
Lukas Bachschwell eed25cca3e
Set run script execute
Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
2022-06-26 16:55:39 +02:00
cmd Set run script execute 2022-06-26 16:55:39 +02:00
compression 🎉 Initial commit, all commands basically working 2022-01-02 11:53:45 +01:00
.gitignore Add install script 2022-04-18 10:30:45 +02:00
LICENSE 🎉 Initial commit, all commands basically working 2022-01-02 11:53:45 +01:00
Readme.md 📝 Move readme 2022-01-02 21:47:01 +01:00
go.mod 🎉 Initial commit, all commands basically working 2022-01-02 11:53:45 +01:00
go.sum 🎉 Initial commit, all commands basically working 2022-01-02 11:53:45 +01:00
install.sh Add install script 2022-04-18 10:30:45 +02:00
main.go 🎉 Initial commit, all commands basically working 2022-01-02 11:53:45 +01:00

Readme.md

apkovl cli

This is a little CLI Tool to ease the changes that I usually make to the Alpine Linux FS Overlay files.

My usual workflow is using Alpine on RaspberryPis and adding small binarys and services to them. This tool was created to make simple tasks much faster and without the need to do them on an actual device

TODO

  • Make apkovl adjustable config option
  • make user for passwd an argument, default to root
  • make service templates via -t (from embedded fs, add pintimer, add standard go service)
  • Edit hostname ? (needs to change hostname / hosts / and file name I guess ?)
  • make service enable work
  • make seperate compress / decompress action
  • Edit IP Config ?! optional...
  • Insert ssh key
  • make ssh config change possible

Contribute

Liked this Tool? You can support me by sending me a Coffee.

Otherwise I really welcome Pull Requests.