1
0
Fork 0
mirror of https://git.fifo-f.eu/fifo/phanpy-docker.git synced 2025-04-04 12:03:53 +02:00
No description
Find a file
Fifo F 3a6dab1708
Update LICENSE
Signed-off-by: Fifo F <fifo@fifo-f.eu>
2025-01-30 09:32:20 +01:00
.gitignore Add .gitignore 2024-12-04 19:46:46 +01:00
docker-compose.yml Updates 2025-01-25 22:04:55 +01:00
Dockerfile Updates 2025-01-25 22:04:55 +01:00
LICENSE Update LICENSE 2025-01-30 09:32:20 +01:00
README.md Update README.md 2025-01-16 14:19:18 +01:00

Phanpy Docker image

This is a Dockerfile for running cheeauns Phanpy fediverse client as a Docker container.

You can use any reverse proxy (for example, nginx) in front of the container. By default, the container listens on port 8282. If you want to use a different port, feel free to edit the Docker Compose file:

services:
  phanpy:
    ...
    ports:
      - "8282:80"

You can customize your Phanpy instance by uncommenting the args section in the Docker Compose file and rebuilding the image:

services:
  phanpy:
    build:
      ...
      args:
        PHANPY_CLIENT_NAME: "Phanpy"
        PHANPY_WEBSITE: "https://phanpy.social"
        PHANPY_DEFAULT_INSTANCE: "https://mastodon.social"

You can find a full list on the official Phanpy repo.

If you have any questions, improvements or other feedback feel free to create an issue on my GitLab: https://git.fifo-f.eu/fifo/phanpy-docker/-/issues