Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

mawburn/portaler-core

Repository files navigation

NO SUPPORT

I will no longer be providing support for this in any way. There are enough forks and communities spawned from this that you can find help there. I don't know where they all exist or have information on them as I have not played Albion in 2yrs (as of October 2022).

I am totally out of the loop. Please do not email me, as I will not be able to help you in any way.

ARCHIVED

This repo is not actively maintained.

If you would like to continue development or deploying this, feel free to fork it.

How to fork a repo.

Thank you all for your support.


Portaler has been moved to community development

Portaler logo

An Albion Online Avalonian Roads shared mapping tool

discord

Contents

What it is

Portaler is a mapping tool for Avalonian Roads in Albion Online, that provides real time private data to your guild or alliance. It is fully Albion TOS compliant, because every user action is completely manual and nothing is automatically pulled or scraped from the Albion client or network packets. This tool simply provides a clean way for guilds/alliances share roads mapping internally.

The data we use to populate information is collected from Albion Data Project.

Screenshot

Running

There is a full Self-hosting Guide here, but a simple version can be found below.

If you would like to run the project on your own server, we provide DockerHub images and you can find a docker-compose.yml file in the docker folder. If you would like to just run the project, you do not need to build the docker files contained in the ./docker folder, just simply update the .env.example file with your variables, the variables in the docker-compose.yml and run:

docker-compose up -d

To setup your .env files with keys, follow the Github Token instructions here and the Discord instructions here.

Links to our DockerHub images:

Development

Click here for Development Setup