-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 5cd40c6
Showing
172 changed files
with
17,903 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Local build artifacts | ||
target | ||
|
||
# Data folder | ||
data | ||
|
||
# IDE files | ||
.vscode | ||
.idea | ||
*.iml | ||
|
||
# Git and Docker files | ||
.git | ||
.gitignore | ||
.gitmodules | ||
Dockerfile | ||
docker-compose.yml | ||
.dockerignore | ||
|
||
# Documentation | ||
*.md | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# DATABASE_URL=data/db.sqlite3 | ||
# PRIVATE_RSA_KEY=data/private_rsa_key.der | ||
# PUBLIC_RSA_KEY=data/public_rsa_key.der | ||
# ICON_CACHE_FOLDER=data/icon_cache | ||
# ATTACHMENTS_FOLDER=data/attachments | ||
|
||
# true for yes, anything else for no | ||
SIGNUPS_ALLOWED=true | ||
|
||
# ROCKET_ENV=production | ||
# ROCKET_ADDRESS=0.0.0.0 # Enable this to test mobile app | ||
# ROCKET_PORT=8000 | ||
# ROCKET_TLS={certs="/path/to/certs.pem",key="/path/to/key.pem"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Local build artifacts | ||
target | ||
|
||
# Data folder | ||
data | ||
|
||
# IDE files | ||
.vscode | ||
.idea | ||
*.iml | ||
|
||
# Environment file | ||
# .env |
Oops, something went wrong.