Go to file
verita84 913ce923dc Update backup.sh 2023-08-19 02:43:44 +00:00
config fix 2023-03-27 09:38:43 -06:00
emoji fix 2022-11-27 16:03:07 -07:00
uploads fix 2022-11-27 15:44:15 -07:00
.gitignore fix 2022-11-27 15:35:53 -07:00
Dockerfile Update 'Dockerfile' 2023-07-18 17:05:23 -06:00
README.md fix 2022-11-27 15:38:11 -07:00
akkoma.zip fix 2023-03-27 09:39:11 -06:00
backup.sh Update backup.sh 2023-08-19 02:43:44 +00:00
crontab fix 2023-03-27 09:39:11 -06:00
default.conf fix 2023-03-27 09:39:11 -06:00
docker-compose.yaml fix 2023-03-27 09:38:43 -06:00
favicon.png fix 2023-03-27 09:39:11 -06:00
logo.png fix 2023-03-27 09:39:11 -06:00
pg_hba.conf fix 2023-03-27 09:39:11 -06:00
postgresql.conf fix 2023-03-27 09:39:11 -06:00
setup.sh Update 'setup.sh' 2023-08-05 11:58:05 -06:00
start.sh Update 'start.sh' 2023-08-02 16:07:03 -06:00
terms-of-service.html fix 2023-03-27 09:39:11 -06:00
tos.html fix 2023-03-27 09:39:11 -06:00
update.sh Update 'update.sh' 2023-08-05 11:54:46 -06:00

README.md

Quickly Run Akkoma in Docker

This setup will allow you to quickly run and maintain a Akkoma instance.

Features

  • Mostly Automated Install
  • Automatic Backup
  • Automatic Restorea
  • Automatic Upgrades
  • Daily Postgresql backups

System Requirements

  • Your own Domain Name
  • Docker installed
  • Cloudflare setup for your Domain Name (Or do certbot manually after the instance is up)
  • Port 443 open on your firewall/router

Getting Started

Modify terms-of-service.html with your terms of service
Modify ENDPOINT in docker-compose.yml with your domain name
Modify the second to last line in akkoma/setup.sh with your desired admin name

Running with a low-memory machine?

Here is the recommended changes to make at the bottom of postgresql/postgresql.conf

max_connections = 200
shared_buffers = 128MB
effective_cache_size = 384MB
maintenance_work_mem = 32MB
checkpoint_completion_target = 0.9
wal_buffers = 3932kB
default_statistics_target = 100
random_page_cost = 4
effective_io_concurrency = 2
work_mem = 327kB
min_wal_size = 1GB
max_wal_size = 4GB
Build and Start Akkoma
git checkout HEAD config/config.exs
docker-compose up -d
Get the URL to change the Pleromp Admin user
docker-compose logs -f

The URL will let you set the admin password so you can login your instance.