Type4ny Project Initialize

This commit is contained in:
mattyatea 2024-07-01 09:33:26 +09:00
parent a6edd50a5d
commit 4e5f16cdf9
1988 changed files with 2400 additions and 2803 deletions

View file

@ -34,7 +34,7 @@ services:
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: misskey
POSTGRES_DB: type4ny
volumes:
- postgres-data:/var/lib/postgresql/data
healthcheck:

View file

@ -1,5 +1,5 @@
{
"name": "Misskey",
"name": "Type4ny",
"dockerComposeFile": "compose.yml",
"service": "app",
"workspaceFolder": "/workspace",

View file

@ -1,5 +1,5 @@
#━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
# Misskey configuration
# Type4ny configuration
#━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
# ┌─────┐
@ -15,11 +15,11 @@ url: http://127.0.0.1:3000/
#───┘ Port and TLS settings └───────────────────────────────────
#
# Misskey requires a reverse proxy to support HTTPS connections.
# Type4ny requires a reverse proxy to support HTTPS connections.
#
# +----- https://example.tld/ ------------+
# +------+ |+-------------+ +----------------+|
# | User | ---> || Proxy (443) | ---> | Misskey (3000) ||
# | User | ---> || Proxy (443) | ---> | Type4ny (3000) ||
# +------+ |+-------------+ +----------------+|
# +---------------------------------------+
#
@ -27,7 +27,7 @@ url: http://127.0.0.1:3000/
# An encrypted connection with HTTPS is highly recommended
# because tokens may be transferred in GET requests.
# The port that your Misskey server should listen on.
# The port that your Type4ny server should listen on.
port: 3000
# ┌──────────────────────────┐
@ -38,7 +38,7 @@ db:
port: 5432
# Database name
db: misskey
db: type4ny
# Auth
user: postgres