test apidocs

This commit is contained in:
qiaofeng1227 2024-09-02 15:07:08 +08:00
parent 22caa00756
commit 7bf96060d0
3 changed files with 10 additions and 8 deletions

View file

@ -1,8 +1,10 @@
### enhancement:
- Nginx how to dynamically apply proxy #516
- cannot access background for [prestashop] #514
- cannot install docker on AmazonLinux2023 #521
- some format error of Tomee #520
### appstore:
- [the container port not need to check when install for [docker]](https://github.com/Websoft9/docker-library/issues/660)
- [Moodle container always restart](https://github.com/Websoft9/docker-library/issues/656)
- [find app's docker_url](https://github.com/Websoft9/docker-library/issues/650)
- [Can not login for jupyterhub](https://github.com/Websoft9/docker-library/issues/662)
- [complete docker-compose.yml for [mysqlworkbench]](https://github.com/Websoft9/docker-library/issues/663)
- [complete docker-compose.yml for [gitness]](https://github.com/Websoft9/docker-library/issues/666)
- [complete docker-compose.yml for [vaultwarden]](https://github.com/Websoft9/docker-library/issues/667)

View file

@ -334,13 +334,13 @@ Install_Cockpit(){
elif [ $apt_status -eq 0 ]; then
export DEBIAN_FRONTEND=noninteractive
sudo dpkg --configure -a
sudo DEBIAN_FRONTEND=noninteractive add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu jammy-backports main restricted universe multiverse"
sudo DEBIAN_FRONTEND=noninteractive add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu ${VERSION_CODENAME}-backports main restricted universe multiverse"
apt-get update -y >/dev/null
apt-get --fix-broken install
for pkg in $cockpit_packages
do
echo "Installing $pkg"
sudo apt-get install -t jammy-backports -y "$pkg" > /dev/null || echo "$pkg failed to install"
sudo apt-get install -t ${VERSION_CODENAME}-backports -y "$pkg" > /dev/null || echo "$pkg failed to install"
done
else
echo "Neither apt,dnf nor yum found. Please install one of them and try again."

View file

@ -1,5 +1,5 @@
{
"version": "2.1.11",
"version": "2.1.12-rc1",
"plugins": {
"portainer": "0.1.1",
"nginx": "0.0.8",