-
Notifications
You must be signed in to change notification settings - Fork 336
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6198b45
commit 90c6329
Showing
3 changed files
with
9 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
### enhancement: | ||
- some application root_url need set as url:port #483 | ||
- Doc url in the app store and myapps should be updated to the next version #484 | ||
- add a WeChat communication group to share via QR code #486 | ||
- nextcloud set https at private cloud, access always waiting #492 | ||
- bind domain can not add nginx config file #501 | ||
- Create proxy error #480 | ||
|
||
### appstore: | ||
- [complete docker-compose.yml for [semaphore]](https://github.com/Websoft9/docker-library/issues/610) | ||
- [joomla port error](https://github.com/Websoft9/docker-library/issues/611) | ||
- [Discourse run failed](https://github.com/Websoft9/docker-library/issues/615) | ||
- [complete docker compose for [Kong]](https://github.com/Websoft9/docker-library/issues/621) | ||
- [Unable to access domain name [espocrm]](https://github.com/Websoft9/docker-library/issues/619) | ||
- [complete docker compose for [Bytebase] ](https://github.com/Websoft9/docker-library/issues/618) | ||
- [provide html demo for [apache, nginx, caddy]](https://github.com/Websoft9/docker-library/issues/617) | ||
- [2.4.58 not support for [apache]](https://github.com/Websoft9/docker-library/issues/616) |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
APPHUB_VERSION=0.1.0 | ||
APPHUB_VERSION=0.1.1 | ||
DEPLOYMENT_VERSION=2.20.1 | ||
GIT_VERSION=1.21.9 | ||
PROXY_VERSION=2.11.1 |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "2.1.5", | ||
"version": "2.1.6-rc1", | ||
"plugins": { | ||
"portainer": "0.1.1", | ||
"nginx": "0.0.8", | ||
|