🏡 index : github.com/captn3m0/nebula.git

author Nemo <commits@captnemo.in> 2022-01-08 22:19:47.0 +05:30:00
committer Nemo <commits@captnemo.in> 2022-01-08 22:19:47.0 +05:30:00
commit
ffa251790373d448e8e82b1429608e2739fbfadf [patch]
tree
1667cfc2b4b59258f0be1c950b7f8638c837aaec
parent
ba763d585c0c16bb02f498d2808ffa2818356565
download
ffa251790373d448e8e82b1429608e2739fbfadf.tar.gz

addded kavita then removed it



Diff

 kavita.tf | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/kavita.tf b/kavita.tf
new file mode 100644
index 0000000..382347a 100644
--- /dev/null
+++ a/kavita.tf
@@ -1,0 +1,33 @@
# module "kavita" {
#   name   = "kavita"
#   source = "./modules/container"
#   image  = "kizaing/kavita:latest"

#   web = {
#     expose = true
#     port   = 5000
#     host   = "kavita.bb8.fun"
#   }

#   resource = {
#     memory      = 1024
#     memory_swap = 1024
#   }

#   volumes = [
#     {
#       host_path      = "/mnt/xwing/media/EBooks"
#       container_path = "/ebooks"
#     },
#     {
#       host_path      = "/mnt/xwing/config/kavita"
#       container_path = "/kavita/config"
#     }
#   ]

#   networks = ["traefik"]

#   env = [
#     "TZ=Asia/Kolkata",
#   ]
# }