A way to safely schedule messages with Mastodon and Pleroma
Find a file
2025-04-03 17:56:45 +00:00
bin Release 1.2.0 2024-05-14 15:06:46 +00:00
config Release 1.2.0 2024-05-14 15:06:46 +00:00
docker_config Release 1.2.0 2024-05-14 15:06:46 +00:00
public - migrate to boostrap 5.3 2024-05-16 10:55:16 +02:00
src - migrate to boostrap 5.3 2024-05-16 10:55:16 +02:00
templates - migrate to boostrap 5.3 2024-05-16 10:55:16 +02:00
translations New translations fediplan.en.yaml (French) 2025-04-03 17:56:45 +00:00
.env Release 1.2.0 2024-05-14 15:06:46 +00:00
.gitignore - Update libs 2024-04-19 17:51:20 +02:00
composer.json Release 1.2.0 2024-05-14 15:06:46 +00:00
composer.lock Release 1.2.0 2024-05-14 15:06:46 +00:00
crowdin.yml Some changes 2020-05-01 18:29:02 +02:00
Dockerfile Release 1.2.0 2024-05-14 15:06:46 +00:00
importmap.php Release 1.2.0 2024-05-14 15:06:46 +00:00
LICENSE Add LICENSE 2019-08-13 10:38:58 +02:00
README.md README.md 2024-05-15 09:24:39 +02:00
symfony.lock Release 1.2.0 2024-05-14 15:06:46 +00:00

If you want to contribute to a translation:Crowdin

How to install FediPlan

There are 2 methods to run Fediplan

  1. Build and run Docker image
  2. Manual install

1. Build and run Docker image

Required programs

  • git
  • docker

Steps

  1. Clone this repo
    git clone https://framagit.org/tom79/fediplan.git fediplan

  2. Build the Docker image
    docker build -t fediplan fediplan

  3. Run the docker image
    docker run fediplan

  4. Find the IP

    • Find 'CONTAINER ID' of fediplan's container
      docker ps | grep fediplan

    • Find IP address of the container
      docker inspect <CONTAINER ID> | grep IPAddress

  5. Open <ip_address>:8080 in your web browser

2. Manual install

Required programs

Steps

  1. Clone this repo
    git clone https://framagit.org/tom79/fediplan.git fediplan

  2. Change directory to the cloned repo
    cd fediplan

  3. Install vendors
    composer install -o

  4. Point your server software to 'public' folder

Support My work

fedilab.app/page/donations

Credits

Docker configurations are based on github.com/TrafeX/docker-php-nginx

See: Download Composer

3 - Public directory:

Your site needs to target /path/to/FediPlan/public

Support My work at fedilab.app