# fleeting-plugin-ionos **Repository Path**: mirrors_codecentric/fleeting-plugin-ionos ## Basic Information - **Project Name**: fleeting-plugin-ionos - **Description**: Gitlab Fleeting Plugin for Ionos - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-18 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Fleeting Plugin für Ionos ## Local development 1. run in the test dir to create a key pair ```bash ssh-keygen -t ed25519 -C "test-key" -f $PWD/key -m PEM ``` 2. copy the template_config.toml in the test dir and paste the gitlab token and the datacenter_id 3. create a api token in ionos and create a file named `.env` with the following content ```env IONOS_TOKEN= ``` 4. run `docker build . -t test && docker run --env-file ./.env test`