mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 15:10:22 +00:00
test apidocs
This commit is contained in:
parent
22caa00756
commit
7bf96060d0
3 changed files with 10 additions and 8 deletions
|
@ -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)
|
|
@ -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."
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "2.1.11",
|
||||
"version": "2.1.12-rc1",
|
||||
"plugins": {
|
||||
"portainer": "0.1.1",
|
||||
"nginx": "0.0.8",
|
||||
|
|
Loading…
Reference in a new issue