In this guide we will only focus on using the prebuilt images from Docker Hub.
Prerequisites: You have Git, Docker, Docker compose and Nginx pre-installed.
Clone Mastodon's repository.
| #!/usr/bin/env python3 | |
| # coding=utf-8 | |
| import json | |
| import ssl | |
| from urllib.request import urlopen | |
| LAT = "" | |
| LONG = "" | |
| APIKEY = "" |
In this guide we will only focus on using the prebuilt images from Docker Hub.
Prerequisites: You have Git, Docker, Docker compose and Nginx pre-installed.
Clone Mastodon's repository.