-
Notifications
You must be signed in to change notification settings - Fork 582
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
Added Portainer Agent #123
Open
Willem-Dekker
wants to merge
103
commits into
gcgarner:master
Choose a base branch
from
Willem-Dekker:Portainer-agent
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
Added Portainer Agent this allows you to connect your stack to a other Portainer instance/ server
fix for username not equal pi
Hi Willem Thanks for the PR. Could you please send me a link to the setup process for the agent so I can make a wiki entry |
Gitea is a lightweight implementation of a Git server. Makers who are already running a local IOTstack server may prefer to commit their work to a local repository running on their Raspberry Pi, rather than GitHub/GitLab/etc. Implementing Gitea under the IOTStack umbrella inherits the existing IOTstack backup mechanisms for free. Candidate page for the wiki at https://www.dropbox.com/s/onqndgyamo2h74i/Gitea.md.zip?dl=1
Route filter.acl to add the option in mosquitto/mosquitto.conf of filtering wich topics can be read or writen by defined users.
Added the file where the user creates filters. The example filters don´t affect usage in any way.
Version "2" of the docker-compose.yml cannot use "Healthcheck" instructions. Only 2.1+ can do this. I propose we upgrade the version to at least 3 so we can incorporate HealthCheck commands and any other new features as appropriate. We're running the latest version of docker - the latest version of the docker-compose.yml is 3.7 - unless there's a really, really good reason to use an older format of the docker-compose.yml, can we please update it to at least 3.0, preferably 3.7?
The url for the supervised HASSIO is changed, because the old one is resulting with error 404 and you cannot finish the installation
I have submitted this PR on your behalf over at the fork: SensorsIot#2, If you would like to have your name to the commits, please submit the PR there and let me know so I can remove the PR I created on your behalf. |
first mkdock test
Added Mkdocks action and github pages intergration for the documentation.
Added deconz install instructions and references
✏️ fixing typo
this ensures that no deCONZ container is created if a device is not plugged in (the user has chosen cancel) or selected from the deconz menu
added deconz device config menu and amended wiki accordingly
Inspired by discussion at gcgarner#185 and gcgarner#131 and similar. Covers setting the time-zone for the container. Recommends NOT attempting to change either the admin username or password via environment variables and explains why. Also includes how to recover from a lost admin password. Discusses the how-to of overriding Grafana settings using the example of enabling anonymous access. Explains how to establish a "clean slate" state (a bit quicker than completely deleting and re-installing IOTstack).
Expansion of Grafana documentation page.
…ntainer Feature/add dozzle container
Grafana is pinned to version 6.3.6. There is no obvious reason. I removed the pinning and Grafana advanced to 6.7.3. Some of the Grafana user interface had moved around (eg the top level contained a panel for the Grafana blog rather than the list of installed panels) but things like that are to be expected. There were one or two cosmetic changes in some of my dashboards (eg font size changes in bar charts) but the panels all worked out-of-the-box and there was nothing that suggested any need for caution in removing the pinning to 6.3.6.
…fana Removes pin of Grafana to version 6.3.6.
Added troubleshooting text, new menu text and minor code cleanup
Experimental Branch
Fixed bug where yaml merging was overwriting deconz services
Willem-Dekker
force-pushed
the
Portainer-agent
branch
from
June 15, 2020 20:32
ce762bc
to
2955f36
Compare
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.
Added Portainer Agent this allows you to connect your stack to a other Portainer instance/ server