Commit Graph

219 Commits

Author SHA1 Message Date
gitea-action
8aeb713e7f alist: bump to v3.39.1 2024-11-04 00:47:47 +08:00
gitea-action
0f257b32c8 alist: bump to v3.38.0 2024-10-12 01:25:05 +08:00
sbwml
f9e12b6fca luci-app-alist: adapt to openwrt snapshot
Signed-off-by: sbwml <admin@cooluc.com>
2024-10-06 01:30:30 +08:00
sbwml
55e19906b5 install.sh: re-add openwrt-18.06 support
Signed-off-by: sbwml <admin@cooluc.com>
2024-09-19 13:18:22 +08:00
gitea-action
268f33322a alist: bump to v3.37.4 2024-09-19 01:40:04 +08:00
gitea-action
6047281b36 alist: bump to v3.37.3 2024-09-17 02:00:12 +08:00
sbwml
3c30ffc3ab rename branch name to main 2024-09-14 16:05:17 +08:00
gitea-action
01a2435be9 alist: bump to v3.37.2 2024-09-14 01:00:05 +08:00
Liangbin Lian
9ddc4fb527 alist: update alist.init
use "file" parameter to make procd restart process on reload.

https://openwrt.org/docs/guide-developer/procd-init-scripts#service_parameters
2024-09-13 16:03:48 +08:00
sbwml
d292530c8d alist: bump to v3.37.1 2024-09-08 15:00:08 +08:00
sbwml
8bcb6b05dd alist: bump to v3.37.0 2024-09-08 14:53:50 +08:00
sbwml
e991bd7d93 luci-app-alist: update i18n
Signed-off-by: sbwml <admin@cooluc.com>
2024-09-07 03:07:31 +08:00
sbwml
cee59d7f6b luci-app-alist: hide invalid log codes
Signed-off-by: sbwml <admin@cooluc.com>
2024-09-06 15:01:13 +08:00
sbwml
774699b54e luci-app-alist: bump version to 1.1.1
Signed-off-by: sbwml <admin@cooluc.com>
2024-09-06 14:55:25 +08:00
sbwml
b8b5ba4367 alist/luci-app-alist: add full configuration settings
Signed-off-by: sbwml <admin@cooluc.com>
2024-09-06 14:54:06 +08:00
sbwml
c7a2dbac10 luci-app-alist: fix some issues with log printing
* print the bottom log content by default.
* fix the problem that users cannot scroll the log content when refreshing the log.

Signed-off-by: sbwml <admin@cooluc.com>
2024-08-19 19:45:26 +08:00
sbwml
d0111602ec install.sh: openwrt-18.06 is no longer supported
Signed-off-by: sbwml <admin@cooluc.com>
2024-08-14 14:02:43 +08:00
sbwml
7f3cdca7a6 luci-app-alist: rewritten in JS
Signed-off-by: sbwml <admin@cooluc.com>
2024-08-14 13:42:58 +08:00
sbwml
d07184f9ac alist: fixed log file path
Signed-off-by: sbwml <admin@cooluc.com>
2024-08-14 13:42:54 +08:00
sbwml
84a4d5c618 ci: update golang to 1.23
Signed-off-by: sbwml <admin@cooluc.com>
2024-08-14 13:42:32 +08:00
actions
1ccfea3e2b alist: bump to v3.36.0 2024-07-21 22:18:55 +08:00
sbwml
d123315bcc ci/docs: update to go1.22
Signed-off-by: sbwml <admin@cooluc.com>
2024-07-21 22:17:01 +08:00
sbwml
8b2fb45d18 alist: localizing static resources
Signed-off-by: sbwml <admin@cooluc.com>
2024-06-10 06:04:56 +08:00
sbwml
5b67ca7bc9 alist: add build information
Signed-off-by: sbwml <admin@cooluc.com>
2024-06-10 05:27:55 +08:00
sbwml
18867f02bd alist: drop lark driver for 32-bit targets
Signed-off-by: sbwml <admin@cooluc.com>
2024-05-24 22:25:00 +08:00
actions
b66cc9c87d alist: bump to v3.35.0 2024-05-23 20:20:13 +08:00
actions
81aad71c24 alist: bump to v3.34.0 2024-05-03 00:40:14 +08:00
sbwml
481264fee4 alist: disbale unix socket
Signed-off-by: sbwml <admin@cooluc.com>
2024-04-18 10:19:15 +08:00
sbwml
e22fb508a5 alist: fix eabi soft-float error
* golang-values.mk defaults to using soft-float (GOARM="5") on architectures that do not support fpu.
* However,`$(GO_PKG_TARGET_VARS)` by default passes `TARGET_CFLAGS` & `TARGET_LDFLAGS`.
* Which would break soft-float. To resolve the soft-float issue, it should be set to an undefined state.

Signed-off-by: sbwml <admin@cooluc.com>
2024-04-09 14:20:09 +08:00
Simon Shi
dd00c5eea7 bump version 2024-04-04 00:35:41 +08:00
Simon Shi
2930a1c61e add postgres support for luci 2024-04-04 00:35:41 +08:00
sbwml
dc7d9b8dc4 alist: fix typo error
Signed-off-by: sbwml <admin@cooluc.com>
2024-03-30 09:03:34 +08:00
Bard
398e1a1a4e
install.sh: upadte ghproxy 2024-03-29 18:11:50 +08:00
Bard
f3e4a9a3f9
ci: udpate actions
* fix nodejs16 warning
2024-03-28 01:15:40 +08:00
sbwml
41875850a8 alist: init.d: use jshn to generate config file
Signed-off-by: sbwml <admin@cooluc.com>
2024-03-27 21:00:35 +08:00
sbwml
baa383cec9 alist: move config/init.d to alist package
Signed-off-by: sbwml <admin@cooluc.com>
2024-03-27 21:00:26 +08:00
actions
307114ea60 alist: bump to v3.33.0 2024-03-25 23:40:09 +08:00
Bard
e6cd457e2f
alist: update official website address 2024-03-23 03:38:38 +08:00
Bard
7ef5a1f7ef
luci-app-alist: set procd_set_param limits nofile parameter 2024-03-23 03:33:44 +08:00
actions
b2afb441fb alist: bump to v3.32.0 2024-03-02 16:20:09 +08:00
actions
14cf768d9f alist: bump to v3.31.0 2024-02-23 21:40:10 +08:00
arrio464
9b00eebf02 docs: adding guide for Arch Linux 2024-02-20 23:28:07 +08:00
actions
c3d553d4f9 alist: bump to v3.30.0 2024-01-05 16:40:10 +08:00
Bard
fa2de7b10e
ci: use automatic token authentication 2023-12-16 18:34:32 +08:00
actions
d619d742f0 alist: bump to v3.29.1 2023-11-26 06:20:07 +08:00
sbwml
d07f0eb8c9 Revert "alist: bump to v3.29.1"
This reverts commit c3b2a36249.
2023-11-26 06:05:35 +08:00
actions
c3b2a36249 alist: bump to v3.29.1 2023-11-25 15:40:08 +08:00
actions
fd0ad90922 alist: bump to v3.29.0 2023-11-24 19:40:10 +08:00
Bard
f4241779df
go1.21 2023-10-12 16:16:56 +08:00
actions
7439c8d619 alist: bump to v3.28.0 2023-09-22 23:00:13 +08:00