Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daohoangson/appwrite-heroku
An Appwrite template on Heroku
https://github.com/daohoangson/appwrite-heroku
appwrite dockerfile heroku
Last synced: 18 days ago
JSON representation
An Appwrite template on Heroku
- Host: GitHub
- URL: https://github.com/daohoangson/appwrite-heroku
- Owner: daohoangson
- Created: 2023-10-07T03:28:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-08T19:00:53.000Z (about 1 year ago)
- Last Synced: 2024-04-16T02:26:45.033Z (7 months ago)
- Topics: appwrite, dockerfile, heroku
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# An Appwrite template on Heroku
https://github.com/appwrite/appwrite/issues/461
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
# Add-ons
## Bucketeer
Heroku disk is ephemeral so we must use some external storage. The Hobbyist plan is the cheapest option at $5/mo.
## JawsDB
The free database is limited to 5MB which is not enough to do anything useful.
Consider modifying plan and upgrade to Leopard ($10/mo, 1GB storage) for real traffic.## Mailgun
The sandbox domain is not allowed to send emails to non-authorized recipients.
- Go to Mailgun dashboard, find the `Sending` section
- Select the mailgun.org subdomain
- Enter your email address in the `Authorized Recipients` sidebar on the right
- Find the email with subject `Would you like to receive emails from Heroku Account on Mailgun?` and click `I agree`
- Now you should be able to receive emails from Appwrite