mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
Merge branch 'main' into dev
This commit is contained in:
commit
8a6366724f
4 changed files with 8 additions and 15 deletions
|
@ -1,10 +1,3 @@
|
|||
### enhancement:
|
||||
- bind domain can not add nginx config file #501
|
||||
- Create proxy error #480
|
||||
|
||||
### appstore:
|
||||
- [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)
|
||||
- help wanted at Websoft9 console #507
|
||||
- Configure Docker image acceleration #502
|
|
@ -1,6 +1,6 @@
|
|||
# This file can running at actions
|
||||
# MEDIA_VERSION and LIBRARY_VERSION will trigger its release
|
||||
# modify time: 202406121358, you can modify here to trigger Docker Build action
|
||||
# modify time: 202407241614, you can modify here to trigger Docker Build action
|
||||
|
||||
|
||||
FROM python:3.10-slim-bullseye
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"version": "2.1.6",
|
||||
"version": "2.1.9",
|
||||
"plugins": {
|
||||
"portainer": "0.1.1",
|
||||
"nginx": "0.0.8",
|
||||
"gitea": "0.0.6",
|
||||
"myapps": "0.2.0",
|
||||
"appstore": "0.1.8",
|
||||
"settings": "0.1.0",
|
||||
"myapps": "0.2.2",
|
||||
"appstore": "0.2.0",
|
||||
"settings": "0.1.1",
|
||||
"navigator": "0.5.10"
|
||||
},
|
||||
"OS": {
|
||||
|
|
Loading…
Reference in a new issue