This repository has been archived by the owner on Nov 11, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Set the Agent Secret environment variable * Update portainer.sh * Update README.md * Update portainer.sh * fixing the location of the export command * Update run * Update README.md * 🔥 Revert unrelated changes * 👕 Fix lint warnings * 👕 Remove empty default value * I failed at a rebase... need more coffee Co-authored-by: Franck Nijhof <frenck@frenck.nl>
- Loading branch information
Showing
3 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,7 @@ | |
"ssl": "bool", | ||
"certfile": "str", | ||
"keyfile": "str", | ||
"agent_secret": "str", | ||
"leave_front_door_open": "bool?" | ||
} | ||
} |
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