Skip to content

Configuration and Documentation for Self-Hosting Aptabase

Notifications You must be signed in to change notification settings

aptabase/self-hosting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Aptabase Self-Hosting Guide

This guide will help you get started with self hosting Aptabase. You can alternatively use our Cloud Hosting for a zero maintenance and fully managed solution.

Prerequisites

All you need is to have a recent version of Docker as this guide uses Docker Compose.

How-to

  1. Clone this repository
git clone https://github.com/aptabase/self-hosting
  1. Modify the docker-compose.yml file to your liking, but especially the sections with comments as the default values are just dummy examples.

  2. Run the following command to start the services:

docker-compose up -d
  1. That's it! You can now access Aptabase at http://localhost:8000 🎉

Note: By default, Aptabase is not configured to send email via SMTP . You can either see the emails in the logs or add the relevant SMTP variables in the docker-compose.yml file. A list of all Environment Variables is available here.

If that's not working, please check the logs with docker-compose logs -f and make sure there are no errors.

First Login / Account

There is no default login. Once you are able to access your self-hosted instance, you need to create/register a new account. After registering, the activation link that is required to activate it will be in the container logs. Once you follow that link, your new account will be active, and you will be able to access Aptabase in its entirity.

About

Configuration and Documentation for Self-Hosting Aptabase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published