Merge pull request #3 from ziguayungui/add_package
add luci-nginx aria2 and update luci-theme-argon
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -84,6 +84,10 @@ jobs: | |||||||
|           cp -a src/* ib/ |           cp -a src/* ib/ | ||||||
|           ls patches/ | sort | xargs -n1 sh -c 'patch -p1 -d ib -i ../patches/$0' |           ls patches/ | sort | xargs -n1 sh -c 'patch -p1 -d ib -i ../patches/$0' | ||||||
|           sed -i 's/ unofficial/ oversea/' ib/Makefile |           sed -i 's/ unofficial/ oversea/' ib/Makefile | ||||||
|  |           ls packages/all | cut -d "_" -f 1 | xargs -n1 sh -c 'rm ib/packages/$0*.ipk' | ||||||
|  |           cp packages/all/*.ipk ib/packages/ | ||||||
|  |           mkdir -p ib/files | ||||||
|  |           cp -a files/all/* ib/files | ||||||
|           case ${IB_URL} in |           case ${IB_URL} in | ||||||
|             *x86*) |             *x86*) | ||||||
|                 cp src/repositories_x86_64.conf ib/repositories.conf |                 cp src/repositories_x86_64.conf ib/repositories.conf | ||||||
| @@ -106,7 +110,7 @@ jobs: | |||||||
|       - name: Build |       - name: Build | ||||||
|         run: | |         run: | | ||||||
|           echo "istoreos-intl - *" >> ib/target.manifest |           echo "istoreos-intl - *" >> ib/target.manifest | ||||||
|           cd ib && make -f multi.mk image_multi |           cd ib && make -f multi.mk image_multi FILES="files" | ||||||
|  |  | ||||||
|       - name: Pack |       - name: Pack | ||||||
|         run: | |         run: | | ||||||
|   | |||||||
							
								
								
									
										24
									
								
								files/all/etc/config/nginx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								files/all/etc/config/nginx
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,24 @@ | |||||||
|  |  | ||||||
|  | config main global | ||||||
|  |         option uci_enable 'true' | ||||||
|  |  | ||||||
|  | config server '_lan' | ||||||
|  |         list listen '443 ssl default_server' | ||||||
|  |         list listen '[::]:443 ssl default_server' | ||||||
|  |         option server_name '_lan' | ||||||
|  |         list include 'restrict_locally' | ||||||
|  |         list include 'conf.d/*.locations' | ||||||
|  |         option uci_manage_ssl 'self-signed' | ||||||
|  |         option ssl_certificate '/etc/nginx/conf.d/_lan.crt' | ||||||
|  |         option ssl_certificate_key '/etc/nginx/conf.d/_lan.key' | ||||||
|  |         option ssl_session_cache 'shared:SSL:32k' | ||||||
|  |         option ssl_session_timeout '64m' | ||||||
|  |         option access_log 'off; # logd openwrt' | ||||||
|  |  | ||||||
|  | config server '_lan80' | ||||||
|  |         list listen '80' | ||||||
|  |         list listen '[::]:80' | ||||||
|  |         option server_name '_lan80' | ||||||
|  |         list include 'restrict_locally' | ||||||
|  |         list include 'conf.d/*.locations' | ||||||
|  |         option access_log 'off; # logd openwrt' | ||||||
							
								
								
									
										32
									
								
								files/all/etc/nginx/uci.conf.template
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										32
									
								
								files/all/etc/nginx/uci.conf.template
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,32 @@ | |||||||
|  | # Consider using UCI or creating files in /etc/nginx/conf.d/ for configuration. | ||||||
|  | # Parsing UCI configuration is skipped if uci set nginx.global.uci_enable=false | ||||||
|  | # For details see: https://openwrt.org/docs/guide-user/services/webserver/nginx | ||||||
|  |  | ||||||
|  | worker_processes auto; | ||||||
|  |  | ||||||
|  | user root; | ||||||
|  |  | ||||||
|  | events {} | ||||||
|  |  | ||||||
|  | http { | ||||||
|  | 	access_log off; | ||||||
|  | 	log_format openwrt | ||||||
|  | 		'$request_method $scheme://$host$request_uri => $status' | ||||||
|  | 		' (${body_bytes_sent}B in ${request_time}s) <- $http_referer'; | ||||||
|  |  | ||||||
|  | 	include mime.types; | ||||||
|  | 	default_type application/octet-stream; | ||||||
|  | 	sendfile on; | ||||||
|  |  | ||||||
|  | 	client_max_body_size 32k; | ||||||
|  | 	large_client_header_buffers 4 32k; | ||||||
|  |  | ||||||
|  | 	gzip on; | ||||||
|  | 	gzip_vary on; | ||||||
|  | 	gzip_proxied any; | ||||||
|  |  | ||||||
|  | 	root /www; | ||||||
|  |  | ||||||
|  | 	#UCI_HTTP_CONFIG | ||||||
|  | 	include conf.d/*.conf; | ||||||
|  | } | ||||||
							
								
								
									
										
											BIN
										
									
								
								packages/all/luci-theme-argon_2.2.10.10_all.ipk
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								packages/all/luci-theme-argon_2.2.10.10_all.ipk
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| @@ -32,7 +32,8 @@ image_multi: | |||||||
| 	$(MAKE) -s _check_profile | 	$(MAKE) -s _check_profile | ||||||
| 	$(MAKE) -s _check_keys | 	$(MAKE) -s _check_keys | ||||||
| 	(unset PROFILE FILES PACKAGES MAKEFLAGS; \ | 	(unset PROFILE FILES PACKAGES MAKEFLAGS; \ | ||||||
| 	$(MAKE) -f multi.mk -s _call_image_multi ) | 	$(MAKE) -f multi.mk -s _call_image_multi \ | ||||||
|  | 		$(if $(FILES),USER_FILES="$(FILES)") ) | ||||||
|  |  | ||||||
| profiles_multi: | profiles_multi: | ||||||
| 	@$(STAGING_DIR_HOST)/bin/sed -n 's/^CONFIG_TARGET_$(if $(CONFIG_TARGET_MULTI_PROFILE),DEVICE_)$(call target_conf,$(BOARD)$(if $(SUBTARGET),_$(SUBTARGET)))_\(.*\)=y/\1/p' .config | 	@$(STAGING_DIR_HOST)/bin/sed -n 's/^CONFIG_TARGET_$(if $(CONFIG_TARGET_MULTI_PROFILE),DEVICE_)$(call target_conf,$(BOARD)$(if $(SUBTARGET),_$(SUBTARGET)))_\(.*\)=y/\1/p' .config | ||||||
|   | |||||||
| @@ -2,6 +2,13 @@ | |||||||
| # src/gz %n %U | # src/gz %n %U | ||||||
| # src custom file:///usr/src/openwrt/bin/%T/packages | # src custom file:///usr/src/openwrt/bin/%T/packages | ||||||
|  |  | ||||||
|  | #src/gz openwrt_core https://downloads.openwrt.org/releases/22.03.6/targets/x86/64/packages | ||||||
|  | src/gz openwrt_base https://downloads.openwrt.org/releases/22.03.6/packages/x86_64/base | ||||||
|  | src/gz openwrt_luci https://downloads.openwrt.org/releases/22.03.6/packages/x86_64/luci | ||||||
|  | src/gz openwrt_packages https://downloads.openwrt.org/releases/22.03.6/packages/x86_64/packages | ||||||
|  | src/gz openwrt_routing https://downloads.openwrt.org/releases/22.03.6/packages/x86_64/routing | ||||||
|  | src/gz openwrt_telephony https://downloads.openwrt.org/releases/22.03.6/packages/x86_64/telephony | ||||||
|  |  | ||||||
| src/gz istore_all_compat https://istore.linkease.com/repo/all/compat | src/gz istore_all_compat https://istore.linkease.com/repo/all/compat | ||||||
| src/gz istore_all https://istore.linkease.com/repo/all/store | src/gz istore_all https://istore.linkease.com/repo/all/store | ||||||
| src/gz istore_all_meta https://istore.linkease.com/repo/all/meta | src/gz istore_all_meta https://istore.linkease.com/repo/all/meta | ||||||
|   | |||||||
| @@ -899,4 +899,6 @@ zlib - 1.2.11-6 | |||||||
| zram-swap - 3 | zram-swap - 3 | ||||||
| routergo - 0.12.4 | routergo - 0.12.4 | ||||||
| luci-app-routerdog - 1.2.4 | luci-app-routerdog - 1.2.4 | ||||||
|  | luci-nginx | ||||||
|  | aria2 | ||||||
|  | luci-app-aria2 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user