This commit is contained in:
condor
2026-07-24 18:54:53 +08:00
parent 43c2a411b9
commit 679e0b4184
128 changed files with 13855 additions and 1 deletions
+89
View File
@@ -0,0 +1,89 @@
# set the default timezone
timezone=Asia/Shanghai
# Nginx Apache and PHP-FPM process is run as $run_user(Default "www"), you can freely specify
run_user=www
# Nginx Apache and PHP-FPM process is run as $run_group(Default "www"), you can freely specify
run_group=www
# set the default install path, you can freely specify
nginx_install_dir=/usr/local/nginx
mysql_install_dir=/usr/local/mysql
mariadb_install_dir=/usr/local/mariadb
pgsql_install_dir=/usr/local/pgsql
mongo_install_dir=/usr/local/mongodb
php_install_dir=/usr/local/php
nodejs_install_dir=/usr/local/node
pureftpd_install_dir=/usr/local/pureftpd
redis_install_dir=/usr/local/redis
python_install_dir=/usr/local/python
openssl_install_dir=/usr/local/openssl
imagick_install_dir=/usr/local/imagemagick
gmagick_install_dir=/usr/local/graphicsmagick
curl_install_dir=/usr/local/curl
freetype_install_dir=/usr/local/freetype
# Add modules
nginx_modules_options=''
php_modules_options=''
#########################################################################
# database data storage directory, you can freely specify
mysql_data_dir=/data/mysql
mariadb_data_dir=/data/mariadb
pgsql_data_dir=/data/pgsql
mongo_data_dir=/data/mongodb
# web directory, you can customize
wwwroot_dir=/data/wwwroot
# nginx Generate a log storage directory, you can freely specify.
wwwlogs_dir=/data/wwwlogs
#########################################################################
# [MySQL/MariaDB] automatically generated, You can't change
dbrootpwd='xlsr$lz2Slrl'
# [PostgreSQL] automatically generated, You can't change
dbpostgrespwd=
# [MongoDB] automatically generated, You can't change
dbmongopwd=
#########################################################################
# Backup Dest directory, change this if you have someother location
backup_dir=/data/backup
# How many days before the backup directory will be removed
expired_days=5
# local,remote,oss,cos,upyun,qiniu,s3,gdrive,dropbox
backup_destination=
# db ; web, You can't change
backup_content=
# aliyun OSS Bucket, You can't change
oss_bucket=
# qiniu Bucket, You can't change
qiniu_bucket=
# Amazon S3 Bucket, You can't change
s3_bucket=
# The backup of the database, You can't change
db_name=
# The backup of the website, You can't change
website_name=
# oneinstack.tar.gz md5, You can't change
oneinstack_md5=
+97
View File
@@ -0,0 +1,97 @@
# newest software version
# Web
nginx_ver=1.22.1
openssl11_ver=1.1.1q
openssl_ver=1.0.2u
pcre_ver=8.45
# DB
mysql80_ver=8.0.43
mysql57_ver=5.7.44
mariadb1011_ver=10.11.15
mariadb118_ver=11.8.5
mariadb123_ver=12.3.2
pgsql1514_ver=15.14
pgsql1610_ver=16.10
pgsql176_ver=17.6
pgsql_ver=15.14
mongodb_ver=4.0.26
# PHP
php74_ver=7.4.33
php80_ver=8.0.30
php81_ver=8.1.27
# Nodejs
nodejs_ver=18.12.1
libiconv_ver=1.16
curl_ver=7.86.0
libmcrypt_ver=2.5.8
mcrypt_ver=2.6.8
mhash_ver=0.9.9.9
freetype_ver=2.10.1
icu4c_ver=63_1
libsodium_ver=1.0.18
libzip_ver=1.2.0
argon2_ver=20171227
imagemagick_ver=7.1.0-52
imagick_ver=3.5.1
imagick_oldver=3.4.4
graphicsmagick_ver=1.3.36
gmagick_ver=2.0.6RC1
gmagick_oldver=1.1.7RC3
zendopcache_ver=7.0.5
apcu_ver=5.1.21
apcu_oldver=4.0.11
xcache_ver=3.2.0
eaccelerator_ver=0.9.6.1
phalcon_ver=4.1.2
phalcon_oldver=3.4.5
yaf_ver=3.3.2
yar_ver=2.2.0
swoole_ver=4.8.10
swoole_oldver=4.5.2
xdebug_ver=3.1.2
xdebug_oldver=2.9.8
# Ftp
pureftpd_ver=1.0.52
# Redis
redis_ver=7.2.3
redis_oldver=5.0.14
pecl_redis_ver=5.3.7
pecl_redis_oldver=4.3.0
# MongoDB
pecl_mongodb_ver=1.13.0
pecl_mongodb_oldver=1.9.2
pecl_mongo_ver=1.6.16
# phpMyadmin
phpmyadmin_ver=5.2.3
phpmyadmin_oldver=4.4.15.10
# jemalloc
jemalloc_ver=5.2.1
# boost
boost_ver=1.77.0
boost_oldver=1.59.0
# Others
lua_nginx_module_ver=0.10.22
luajit2_ver=2.1-20220915
lua_resty_core_ver=0.1.24
lua_resty_lrucache_ver=0.13
lua_cjson_ver=2.1.0.10
python_ver=3.6.15
setuptools_ver=61.2.0
pip_ver=22.0.4
fail2ban_ver=0.11.2
fancyindex_ver=0.5.2