https://github.com/notdodo/tf-calibre-web
Terraform deployment for Calibre Web with ECS Fargate
https://github.com/notdodo/tf-calibre-web
Last synced: 4 months ago
JSON representation
Terraform deployment for Calibre Web with ECS Fargate
- Host: GitHub
- URL: https://github.com/notdodo/tf-calibre-web
- Owner: notdodo
- Created: 2022-06-12T14:44:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-24T10:32:31.000Z (over 3 years ago)
- Last Synced: 2025-03-04T04:43:16.775Z (11 months ago)
- Language: HCL
- Size: 56.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: security_groups/main.tf
Awesome Lists containing this project
README
# tf-calibre-web
[](https://github.com/notdodo/tf-calibre-web/actions/workflows/plan-on-pr.yml) [](https://github.com/notdodo/tf-calibre-web/actions/workflows/tfapply.yml) [](https://github.com/notdodo/tf-calibre-web/actions/workflows/tfsec.yml)
Terraform deployment for Calibre Web.
## Calibre database init
1. Create a free EC2 instance to mount the EFS volume
2. Mount the EFS volume inside the EC2
3. Create the `/config` and `/books` folders inside the mounted EFS volume
4. Give open permissions to the two folder `chmod 777 -R /config` and `chmod 777 -R /books` (calibre-web will take care to set the correct permissions on provisioning)
5. Import you old Calibre database or the empty one inside `/books`
### Costs
The daily costs with low or no traffic is ~0.79 $