-
Notifications
You must be signed in to change notification settings - Fork 1
freqtrade #80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
freqtrade #80
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Owner
wiseflat
commented
Dec 23, 2025
- Add freqtrade ansible role
- Add few features
- fix some bugs
Introduce a `project` extra variable in the Ansible rulebook and propagate it in the UI softwares schema payload. This allows the system to identify the project context when operating on SaaS tasks.
Remove `scan_exporter` from the metrology playbook list. It can be install anywhere depending on the playbook limit
…ddresses Update exporter and Prometheus templates to select the listen address based on the `nomad_mode` fact. In single mode the exporters bind to 127.0.0.1, while in cluster mode they use the host's IP address. Applies to blackbox_exporter, dns_exporter, node_exporter, prometheus config, promtail, script_exporter and systemd_exporter.
Add a task to fetch alertmanager configuration from UI secrets and expose it as a fact. Update the `user.alertmanager.yml.j2` template to render receivers from the fetched configuration, falling back to an empty list. Extend the README with instructions for configuring alertmanager via a secret.
Include the `forkable` attribute in the catalog creation payload, defaulting to false when not provided.
Add privileged execution, DBus volume mount, and network capabilities to the Home Assistant Nomad job configuration. This enables Home Assistant to interact with system services (e.g., Bluetooth) that require elevated privileges and specific network capabilities.
Replace hard‑coded Restic variables with `lookup('simple-stack-ui', ...)` calls that pull configuration from the project definition. Remove the conditional wrapper around the export task, ensuring the task always resolves its credentials and repository via the centralized project lookups. This centralises Restic configuration and simplifies template maintenance.
Add `from_json` filter to properly decode API response and simplify the regex to match only version tags with optional leading 'v'. This fixes incorrect selection of the latest stable tag.
Extend the WordPress backup script to also run WP‑CLI commands that update the core, all plugins, and all themes after creating the backup. This ensures the site is kept up‑to‑date automatically during the backup process.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.