Add role: Membarr (#257) #1071
sandbox.yml
on: push
Annotations
1 warning
webhook
embed field value must be shorter than 1024, got 1493
[`4a89854`](https://github.com/saltyorg/Sandbox/commit/4a89854e29575404d1fbb3d8e1177832594c7e09) Add role: Membarr (#257)
* Create Membarr Docker Container with Default Variables
The code changes include the addition of Membarr's default variables and the creation/removal of Docker container directories, and creating the Docker container.
* Add discord token to Membarr configuration in settings.yml.default
This commit adds a discord_token field to Membarr settings in defaults/settings.yml.default file. The configuration change enables users to set up their Discord bot token in Membarr.
* "Refactor membarr (main): Update default Discord token usage"
This commit refactors the membarr application to use the default Discord token. The docker run command has been updated to include new environment variables, and the role's main task now checks for a specified default Discord token and fails when not specified.
* feat: Add membarr_paths_recursive and membarr_paths_config_location
- Added membarr_paths_recursive variable to allow recursive creation of directories in membarr role.
- Added membarr_paths_config_location variable to specify the location of config.ini file in membarr role.
- Created new subtask settings.yml to handle all the settings related tasks in membarr role.
- Added import task to include the settings.yml subtask in the main tasks of membarr role.
- Created config.ini.j2 template file to define the configuration options for membarr.
|