first commit
Some checks failed
Vulhub Format Check and Lint / format-check (push) Has been cancelled
Vulhub Format Check and Lint / markdown-check (push) Has been cancelled
Vulhub Docker Image CI / longtime-images-test (push) Has been cancelled
Vulhub Docker Image CI / images-test (push) Has been cancelled
Some checks failed
Vulhub Format Check and Lint / format-check (push) Has been cancelled
Vulhub Format Check and Lint / markdown-check (push) Has been cancelled
Vulhub Docker Image CI / longtime-images-test (push) Has been cancelled
Vulhub Docker Image CI / images-test (push) Has been cancelled
This commit is contained in:
13
base/pgadmin/7.6/Dockerfile
Normal file
13
base/pgadmin/7.6/Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM python:3.10
|
||||
|
||||
LABEL maintainer="phithon <root@leavesongs.com>"
|
||||
|
||||
COPY requirements.txt /tmp/requirements.txt
|
||||
RUN set -ex \
|
||||
&& pip install -r /tmp/requirements.txt
|
||||
|
||||
ENV PGADMIN_SETUP_EMAIL=vulhub@example.com PGADMIN_SETUP_PASSWORD=vulhub
|
||||
COPY config_local.py /usr/local/lib/python3.10/site-packages/pgadmin4/config_local.py
|
||||
|
||||
WORKDIR /usr/local/lib/python3.10/site-packages/pgadmin4
|
||||
CMD [ "pgadmin4" ]
|
16
base/pgadmin/7.6/config_local.py
Normal file
16
base/pgadmin/7.6/config_local.py
Normal file
@@ -0,0 +1,16 @@
|
||||
from config import *
|
||||
|
||||
# Debug mode
|
||||
DEBUG = False
|
||||
|
||||
# App mode
|
||||
SERVER_MODE = True
|
||||
|
||||
# Enable the test module
|
||||
MODULE_BLACKLIST.remove('test')
|
||||
|
||||
# Log
|
||||
CONSOLE_LOG_LEVEL = DEBUG
|
||||
FILE_LOG_LEVEL = DEBUG
|
||||
|
||||
DEFAULT_SERVER = '0.0.0.0'
|
109
base/pgadmin/7.6/requirements.txt
Normal file
109
base/pgadmin/7.6/requirements.txt
Normal file
@@ -0,0 +1,109 @@
|
||||
alembic==1.13.1
|
||||
Authlib==1.2.1
|
||||
azure-common==1.1.28
|
||||
azure-core==1.30.1
|
||||
azure-identity==1.13.0
|
||||
azure-mgmt-core==1.4.0
|
||||
azure-mgmt-rdbms==10.1.0
|
||||
azure-mgmt-resource==23.0.1
|
||||
azure-mgmt-subscription==3.1.1
|
||||
Babel==2.14.0
|
||||
bcrypt==4.0.1
|
||||
bidict==0.23.1
|
||||
blinker==1.7.0
|
||||
boto3==1.28.85
|
||||
botocore==1.31.85
|
||||
Brotli==1.1.0
|
||||
cachetools==5.3.3
|
||||
certifi==2024.2.2
|
||||
cffi==1.16.0
|
||||
charset-normalizer==3.3.2
|
||||
click==8.1.7
|
||||
cryptography==41.0.7
|
||||
dnspython==2.6.1
|
||||
email_validator==2.1.1
|
||||
eventlet==0.33.3
|
||||
Flask==2.2.5
|
||||
flask-babel==3.1.0
|
||||
Flask-Compress==1.14
|
||||
Flask-Gravatar==0.5.0
|
||||
Flask-Login==0.6.3
|
||||
Flask-Mail==0.9.1
|
||||
Flask-Migrate==4.0.7
|
||||
Flask-Paranoid==0.3.0
|
||||
Flask-Principal==0.4.0
|
||||
Flask-Security-Too==5.1.2
|
||||
Flask-SocketIO==5.3.6
|
||||
Flask-SQLAlchemy==3.0.5
|
||||
Flask-WTF==1.1.1
|
||||
google-api-core==2.18.0
|
||||
google-api-python-client==2.125.0
|
||||
google-auth==2.29.0
|
||||
google-auth-httplib2==0.2.0
|
||||
google-auth-oauthlib==1.0.0
|
||||
googleapis-common-protos==1.63.0
|
||||
greenlet==1.1.2
|
||||
h11==0.14.0
|
||||
httpagentparser==1.9.5
|
||||
httplib2==0.22.0
|
||||
idna==3.6
|
||||
importlib_metadata==7.1.0
|
||||
isodate==0.6.1
|
||||
itsdangerous==2.1.2
|
||||
jaraco.classes==3.4.0
|
||||
jeepney==0.8.0
|
||||
Jinja2==3.1.3
|
||||
jmespath==1.0.1
|
||||
keyring==23.13.1
|
||||
ldap3==2.9.1
|
||||
Mako==1.3.2
|
||||
MarkupSafe==2.1.5
|
||||
more-itertools==10.2.0
|
||||
msal==1.28.0
|
||||
msal-extensions==1.1.0
|
||||
msrest==0.7.1
|
||||
oauthlib==3.2.2
|
||||
packaging==24.0
|
||||
paramiko==3.4.0
|
||||
passlib==1.7.4
|
||||
pgadmin4==7.6
|
||||
Pillow==9.5.0
|
||||
portalocker==2.8.2
|
||||
proto-plus==1.23.0
|
||||
protobuf==4.25.3
|
||||
psutil==5.9.8
|
||||
psycopg==3.1.9
|
||||
psycopg-binary==3.1.9
|
||||
pyasn1==0.6.0
|
||||
pyasn1_modules==0.4.0
|
||||
pycparser==2.22
|
||||
PyJWT==2.8.0
|
||||
PyNaCl==1.5.0
|
||||
pyotp==2.9.0
|
||||
pyparsing==3.1.2
|
||||
pypng==0.20220715.0
|
||||
python-dateutil==2.9.0.post0
|
||||
python-engineio==4.9.0
|
||||
python-socketio==5.11.2
|
||||
pytz==2023.4
|
||||
qrcode==7.4.2
|
||||
requests==2.31.0
|
||||
requests-oauthlib==2.0.0
|
||||
rsa==4.9
|
||||
s3transfer==0.7.0
|
||||
SecretStorage==3.3.3
|
||||
simple-websocket==1.0.0
|
||||
six==1.16.0
|
||||
speaklater3==1.4
|
||||
SQLAlchemy==2.0.29
|
||||
sqlparse==0.4.4
|
||||
sshtunnel==0.4.0
|
||||
typing_extensions==4.10.0
|
||||
ua-parser==0.18.0
|
||||
uritemplate==4.1.1
|
||||
urllib3==1.26.18
|
||||
user-agents==2.2.0
|
||||
Werkzeug==2.2.3
|
||||
wsproto==1.2.0
|
||||
WTForms==3.0.1
|
||||
zipp==3.18.1
|
Reference in New Issue
Block a user