|
c935db8ce7
|
Implemented lastPlayedSong() function that retrieves one song from a playlist.log file that doesn't run external commands for it.
And now we start with an empty list.
|
2022-08-29 08:58:35 +04:00 |
|
|
23f246857e
|
Launch and stop liquidsoap in a main file.
|
2022-08-29 07:20:58 +04:00 |
|
|
0da8077ab7
|
Implemented a liquidsoap process launcher.
|
2022-08-29 07:20:36 +04:00 |
|
|
b2791aa13a
|
Updated version in a Makefile. Added copying of liquidsoap script.
|
2022-08-29 07:19:59 +04:00 |
|
|
c55146a8bf
|
Changed service description. Added a dependance on Icecast.
|
2022-08-29 07:18:59 +04:00 |
|
|
e1141e3d6f
|
Added liquidsoap script.
|
2022-08-29 07:18:07 +04:00 |
|
|
e94973920e
|
Added configuration fields for a liquidsoap.
|
2022-08-29 07:17:40 +04:00 |
|
|
e0794d395d
|
Version updated to 22.35.0. Added install script with a reminder.
|
2022-08-29 07:17:04 +04:00 |
|
|
e9c6a12f23
|
Rearranged options in a logrotate file.
|
2022-08-29 07:16:20 +04:00 |
|
|
8267d7d907
|
Removed '-git' from package name in PKGBUILD.
|
2022-08-24 21:29:10 +04:00 |
|
|
3c477e95c1
|
Changed Go version to 1.18 in go.mod.
|
2022-08-24 21:28:43 +04:00 |
|
|
2a1e5d8d08
|
Reduced go.sum.
|
2022-08-24 21:28:20 +04:00 |
|
|
c3fa7f6adf
|
Removed unneded SYSCTL var from the Makefile.
|
2022-08-02 02:55:57 +04:00 |
|
|
a03a874466
|
Version now is being passed by ld.
|
2022-08-02 02:54:47 +04:00 |
|
|
0b51ed1cbd
|
Holy shit, I found it only now.
|
2022-08-02 02:50:05 +04:00 |
|
|
3a901f662e
|
Updated version.
|
2022-08-01 01:12:20 +04:00 |
|
|
adbab10507
|
To MainSite() added an Yggdrasil address.
|
2022-08-01 01:12:10 +04:00 |
|
|
0d701dba34
|
Removed unused HTTP methods handler setters.
|
2022-06-30 00:26:36 +04:00 |
|
|
91755551ee
|
Fixed path in logrotate config.
|
2022-06-30 00:26:18 +04:00 |
|
|
63c9c2b036
|
Okay, without dynamically linked libc it gets permission denied error when running bash.
|
2022-06-13 23:24:42 +04:00 |
|
|
ebfe0b42b4
|
Incremented version.
|
2022-06-13 22:33:10 +04:00 |
|
|
27599c7e9a
|
Remove /usr/lib64 from ExecPaths since our executable is purely static now.
|
2022-06-13 22:32:22 +04:00 |
|
|
9e4ac0816f
|
Making executable purely static by removing dependency from cstdlib.
|
2022-06-13 22:31:47 +04:00 |
|
|
f8f7294c0d
|
Removed github.com/Joker/jade from dependencies.
|
2022-06-13 19:08:59 +04:00 |
|
|
0532ab5300
|
Updated version of a program.
|
2022-06-13 18:49:26 +04:00 |
|
|
8c76478c20
|
yaml.v3 package was updated to 3.0.1.
|
2022-06-13 18:48:05 +04:00 |
|
|
972e42026d
|
Added a valid path to a jade compiler and instruction on how to install it.
|
2022-06-13 18:47:27 +04:00 |
|
|
a02efc9852
|
Forgot to remove this temporary workaround. xD
|
2022-06-13 18:44:04 +04:00 |
|
|
38dc074e95
|
Generated code for Index template.
|
2022-06-13 18:40:50 +04:00 |
|
|
363a7f822c
|
Jade's helper library for a generated template.
|
2022-06-13 18:40:29 +04:00 |
|
|
5be38c00cf
|
Removed old template pre-compilation. Added go:generate command to create an index.jade.go file.
|
2022-06-13 18:39:30 +04:00 |
|
|
595d7769ec
|
Template was rewritten to a form that gets pre-compiled into a Go source file. Must help to increase speed drastically.
|
2022-06-13 18:37:50 +04:00 |
|
|
b5d8b58b81
|
Template was replaced with a pre-compiled to a Go source file.
|
2022-06-13 18:35:36 +04:00 |
|
|
89429d7fd2
|
Updated version.
|
2022-05-24 23:45:11 +04:00 |
|
|
ed5508cb9a
|
Added logrotate file un/install to Makefile.
|
2022-05-24 23:42:39 +04:00 |
|
|
77f9005ba4
|
Added logrotate file.
|
2022-05-24 23:40:56 +04:00 |
|
|
6dbe154bbc
|
Added SIGHUP handler for logger file reopening.
|
2022-05-24 23:34:16 +04:00 |
|
|
ec06099d89
|
Added Reopen() method for Logger.
|
2022-05-24 23:33:37 +04:00 |
|
|
60dcf2c11c
|
ModMask replaced wuth ModIgnMask. Now IN_IGNORED being watched, it makes watcher to reinstantiate.
|
2022-05-24 23:20:19 +04:00 |
|
|
ef27662de5
|
ModMask const modified with IN_IGNORED mask and now called ModIgnMask.
|
2022-05-24 23:17:35 +04:00 |
|
|
f2fcadd0c5
|
Removed not used NotFoundData structure.
|
2022-05-24 19:46:33 +04:00 |
|
|
f2d5b5e8c5
|
Template is being embed directly and all code for directory was removed.
|
2022-05-24 19:42:47 +04:00 |
|
|
74ae6f4213
|
Now index template is a variable.
|
2022-05-24 19:41:04 +04:00 |
|
|
d3cce3d0cb
|
Updated version.
|
2022-05-24 18:53:23 +04:00 |
|
|
dcbd544da3
|
Show listeners in a same manner as in a template.
|
2022-05-24 18:52:39 +04:00 |
|
|
bc1223cd35
|
stats endpoint changed in status in main.js.
|
2022-05-24 18:49:24 +04:00 |
|
|
a2e4a370a5
|
Extended phony target list.
|
2022-05-24 18:47:00 +04:00 |
|
|
14bc73588b
|
stop-service target removed from Makefile.
|
2022-05-24 18:43:56 +04:00 |
|
|
6155b593b2
|
Robots handler removed.
|
2022-05-24 18:41:50 +04:00 |
|
|
35c8a3e469
|
$dwelling_root changed to $http_root. Added robots.txt location.
|
2022-05-24 18:41:32 +04:00 |
|