mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +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:
|
### enhancement:
|
||||||
- Nginx how to dynamically apply proxy #516
|
- cannot install docker on AmazonLinux2023 #521
|
||||||
- cannot access background for [prestashop] #514
|
- some format error of Tomee #520
|
||||||
|
|
||||||
|
|
||||||
### appstore:
|
### appstore:
|
||||||
- [the container port not need to check when install for [docker]](https://github.com/Websoft9/docker-library/issues/660)
|
- [Can not login for jupyterhub](https://github.com/Websoft9/docker-library/issues/662)
|
||||||
- [Moodle container always restart](https://github.com/Websoft9/docker-library/issues/656)
|
- [complete docker-compose.yml for [mysqlworkbench]](https://github.com/Websoft9/docker-library/issues/663)
|
||||||
- [find app's docker_url](https://github.com/Websoft9/docker-library/issues/650)
|
- [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
|
elif [ $apt_status -eq 0 ]; then
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
sudo dpkg --configure -a
|
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 update -y >/dev/null
|
||||||
apt-get --fix-broken install
|
apt-get --fix-broken install
|
||||||
for pkg in $cockpit_packages
|
for pkg in $cockpit_packages
|
||||||
do
|
do
|
||||||
echo "Installing $pkg"
|
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
|
done
|
||||||
else
|
else
|
||||||
echo "Neither apt,dnf nor yum found. Please install one of them and try again."
|
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": {
|
"plugins": {
|
||||||
"portainer": "0.1.1",
|
"portainer": "0.1.1",
|
||||||
"nginx": "0.0.8",
|
"nginx": "0.0.8",
|
||||||
|
|
Loading…
Reference in a new issue