This commit is contained in:
H3XploR
2025-06-21 00:53:48 +02:00
parent 60b93f4715
commit 303f23f41f
3 changed files with 44 additions and 2 deletions
+42
View File
@@ -0,0 +1,42 @@
!_TAG_EXTRA_DESCRIPTION anonymous /Include tags for non-named objects like lambda/
!_TAG_EXTRA_DESCRIPTION fileScope /Include tags of file scope/
!_TAG_EXTRA_DESCRIPTION pseudo /Include pseudo tags/
!_TAG_EXTRA_DESCRIPTION subparser /Include tags generated by subparsers/
!_TAG_FIELD_DESCRIPTION epoch /the last modified time of the input file (only for F\/file kind tag)/
!_TAG_FIELD_DESCRIPTION file /File-restricted scoping/
!_TAG_FIELD_DESCRIPTION input /input file/
!_TAG_FIELD_DESCRIPTION name /tag name/
!_TAG_FIELD_DESCRIPTION pattern /pattern/
!_TAG_FIELD_DESCRIPTION typeref /Type and name of a variable or typedef/
!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/
!_TAG_KIND_DESCRIPTION!Iniconf k,key /keys/
!_TAG_KIND_DESCRIPTION!Iniconf s,section /sections/
!_TAG_KIND_DESCRIPTION!Sh a,alias /aliases/
!_TAG_KIND_DESCRIPTION!Sh f,function /functions/
!_TAG_KIND_DESCRIPTION!Sh h,heredoc /label for here document/
!_TAG_KIND_DESCRIPTION!Sh s,script /script files/
!_TAG_OUTPUT_EXCMD mixed /number, pattern, mixed, or combineV2/
!_TAG_OUTPUT_FILESEP slash /slash or backslash/
!_TAG_OUTPUT_MODE u-ctags /u-ctags or e-ctags/
!_TAG_OUTPUT_VERSION 0.0 /current.age/
!_TAG_PARSER_VERSION!Iniconf 0.0 /current.age/
!_TAG_PARSER_VERSION!Sh 0.0 /current.age/
!_TAG_PATTERN_LENGTH_LIMIT 96 /0 for no limit/
!_TAG_PROC_CWD /home/null/Documents/Inception/srcs/requirements/ //
!_TAG_PROGRAM_AUTHOR Universal Ctags Team //
!_TAG_PROGRAM_NAME Universal Ctags /Derived from Exuberant Ctags/
!_TAG_PROGRAM_URL https://ctags.io/ /official site/
!_TAG_PROGRAM_VERSION 6.1.0 /653ca9204/
!_TAG_ROLE_DESCRIPTION!Sh!heredoc endmarker /end marker/
!_TAG_ROLE_DESCRIPTION!Sh!script loaded /loaded/
clear_env wordpress/conf/www.conf /^clear_env = no$/;" k section:www
group wordpress/conf/www.conf /^group = www-data$/;" k section:www
listen wordpress/conf/www.conf /^listen = 0.0.0.0:9000$/;" k section:www
max_children wordpress/conf/www.conf /^pm.max_children = 5$/;" k section:www
max_spare_servers wordpress/conf/www.conf /^pm.max_spare_servers = 3$/;" k section:www
min_spare_servers wordpress/conf/www.conf /^pm.min_spare_servers = 1$/;" k section:www
pm wordpress/conf/www.conf /^pm = dynamic$/;" k section:www
start_servers wordpress/conf/www.conf /^pm.start_servers = 2$/;" k section:www
user wordpress/conf/www.conf /^user = www-data$/;" k section:www
www wordpress/conf/www.conf /^[www]$/;" s
-1
View File
@@ -17,4 +17,3 @@ COPY ./conf/auto_config.sh /auto_config.sh
RUN chmod +x /auto_config.sh
RUN mkdir -p /run/php
ENTRYPOINT ["sh", "/auto_config.sh"]
CMD ["/usr/sbin/php-fpm7.3", "-F"]
@@ -6,4 +6,5 @@ wp config create --allow-root \
--dbhost=mariadb:3306 --path='/var/www/wordpress'
wp core install --url=$DOMAIN_NAME --title="$WP_TITLE" --admin_user=$WP_ADMIN_USER --admin_password=$WP_ADMIN_PASSWORD --admin_email=$WP_ADMIN_EMAIL --allow-root
wp user create $WP_NORMAL_USER $WP_NORMAL_USER_EMAIL --user_pass=$WP_NORMAL_USER_PASSWORD --role=author --allow-root
wp user create $WP_NORMAL_USER $WP_NORMAL_USER_EMAIL --user_pass=$WP_NORMAL_USER_PASSWORD --role=author --allow-root
./usr/sbin/php-fpm7.3 -F