Commit Graph

537 Commits

Author SHA1 Message Date
Zorglube d67ef3dedc
Update .travis.yml 2020-08-19 17:21:58 +02:00
Bertrand Moreau a9a8b45a23 remove Clever Could conf 2020-08-19 16:54:01 +02:00
Bertrand Moreau e517456bd2 Merge branch 'master' of https://github.com/zorglube/MovieNight.git
Conflicts:
	readme.md
2020-08-19 16:52:14 +02:00
Bertrand Moreau ad93fb3403 Remove git workflow 2020-08-19 16:41:31 +02:00
Bertrand Moreau 8bd77c1391 Remove release 2020-08-19 16:41:31 +02:00
Zorglube 968eab2629 Release update 2020-08-19 16:41:31 +02:00
Zorglube 2d070fbabb Release FreeBSD 2020-08-19 16:41:31 +02:00
Zorglube 8e31c81299 GitHub CI/CD 2020-08-19 16:41:31 +02:00
Bertrand Moreau 46795d53bc Revert "Clever Cloud : "appIsGoPath": true,"
This reverts commit b75f9e6ca0.
2020-08-19 16:41:31 +02:00
Bertrand Moreau 54da334ead Revert "Clever Cloud : "appIsGoPath": false"
This reverts commit dcad017738.
2020-08-19 16:41:30 +02:00
Bertrand Moreau 9ca2a2954b Revert ""appIsGoPath": true"
This reverts commit 5d0786577e.
2020-08-19 16:41:30 +02:00
Zorglube ed67a4e3d8 "appIsGoPath": true 2020-08-19 16:41:30 +02:00
Zorglube ce1e91bf7a Clever Cloud : "appIsGoPath": false 2020-08-19 16:41:30 +02:00
Zorglube 365d24332a Clever Cloud : "appIsGoPath": true, 2020-08-19 16:41:30 +02:00
Bertrand Moreau 3e1b05d061 CleverCloud deploy conf 2020-08-19 16:41:30 +02:00
Bertrand Moreau a3b80e2e8e Multi-target build
Try to customize the MakeFile in order to be able to build an binary for
any target system.
2020-08-19 16:41:30 +02:00
Bertrand Moreau 72c26f58c7 Multi-target build
Try to customize the MakeFile in order to be able to build an binary for
any target system.
2020-08-19 16:38:37 +02:00
Bertrand Moreau 63c8c25aad Remove git workflow 2020-08-19 16:09:25 +02:00
Bertrand Moreau 142fbf27b2 Remove release 2020-08-19 16:07:36 +02:00
Zorglube 01014bcb6c
Release update 2020-08-19 16:04:49 +02:00
Zorglube 2bf8279eee
Release FreeBSD 2020-08-19 16:02:02 +02:00
Zorglube 36bd14b933
GitHub CI/CD 2020-08-19 15:50:32 +02:00
Zorglube 4f0e8178e5
"appIsGoPath": false 2020-08-19 14:52:19 +02:00
Bertrand Moreau 222560faa3 Revert "Clever Cloud : "appIsGoPath": true,"
This reverts commit b75f9e6ca0.
2020-08-19 14:47:24 +02:00
Bertrand Moreau fd6ad1900b Revert "Clever Cloud : "appIsGoPath": false"
This reverts commit dcad017738.
2020-08-19 14:47:24 +02:00
Bertrand Moreau 762d62b92a Revert ""appIsGoPath": true"
This reverts commit 5d0786577e.
2020-08-19 14:47:24 +02:00
Zorglube 5d0786577e
"appIsGoPath": true 2020-08-19 14:45:30 +02:00
Zorglube dcad017738
Clever Cloud : "appIsGoPath": false 2020-08-19 14:34:16 +02:00
Zorglube b75f9e6ca0
Clever Cloud : "appIsGoPath": true, 2020-08-19 14:30:40 +02:00
Bertrand Moreau 23793f4b3c CleverCloud deploy conf 2020-08-19 14:20:45 +02:00
Bertrand Moreau c8577398db Merge branch 'master' of https://github.com/zorglube/MovieNight.git
Conflicts:
	readme.md
2020-08-18 17:27:41 +02:00
Bertrand Moreau 8a086ea2ca Merge branch 'master' of https://github.com/zorglube/MovieNight.git
Conflicts:
	readme.md
2020-08-18 17:27:22 +02:00
Bertrand Moreau a21ed61788 Merge branch 'master' of https://github.com/zorglube/MovieNight.git
Conflicts:
	readme.md
2020-08-18 17:24:31 +02:00
Bertrand Moreau aebfe16cdf Merge branch 'master' of https://github.com/zorglube/MovieNight.git
Conflicts:
	readme.md
2020-08-18 17:24:09 +02:00
Bertrand Moreau d0b2de53dc Merge branch 'master' of https://github.com/zorglube/MovieNight.git
Conflicts:
	readme.md
2020-08-18 17:22:31 +02:00
Bertrand Moreau 77a7bcbef3 Merge branch 'master' of https://github.com/zorglube/MovieNight.git
Conflicts:
	readme.md
2020-08-18 17:22:00 +02:00
Bertrand Moreau 9dd5ec0b96 Merge branch 'master' of https://github.com/zorglube/MovieNight.git
Conflicts:
	readme.md
2020-08-18 17:20:57 +02:00
Bertrand Moreau bd3868bc16 Multi-target build
Try to customize the MakeFile in order to be able to build an binary for
any target system.
2020-08-18 17:20:03 +02:00
Bertrand Moreau 745bb322a3 Multi-target build
Try to customize the MakeFile in order to be able to build an binary for
any target system.
2020-08-18 17:18:45 +02:00
Nick fa72c4cf35
Merge pull request #135 from Brosilio/master
Changed settings.go to allow disabling the ratelimits.
2020-08-12 23:11:54 -04:00
brosilio 84f3fc5761 Changed settings.go to allow disabling the ratelimits.
Before, the settings parser would automatically reset the ratelimit
times to the default if you set them to zero. You could get around
this by setting the ratelimits to -1, but then the parser would
immediately set them to zero and write to disk. On next launch,
the parser would read the zeros and then reset the values to
default, so you would have to modify your ratelimits every
launch.
2020-08-09 19:36:22 -04:00
Zorchenhimer fd95fa708f Add MIT license 2020-07-09 18:48:08 -04:00
Nick 1828ee5999
Merge pull request #130 from dunn/doc-commands
readme: document new command-line options
2020-06-25 00:26:20 -04:00
Alex Dunn 4167c995fc readme: document new command-line options 2020-06-24 21:18:43 -07:00
Zorchenhimer 630abfe474 Add option to change the RTMP listen address
A new setting has been added to change the address and port that the
RTMP server listens on.  `RtmpListenAddress` in the settings json and
`-r` on the command line.  Both options use the same format:
`host:port`.
2020-06-12 23:58:45 -04:00
Nick fa206980e7
Merge pull request #126 from dunn/dockerignore
add dockerignore file
2020-06-10 22:59:28 -04:00
Nick f0553d5540
Merge pull request #125 from dunn/docs
readme: document settings.json
2020-06-09 01:59:01 -04:00
Alex Dunn 24bb7f8a5c add dockerignore file 2020-06-08 22:19:09 -07:00
Alex Dunn e8833b16e1 readme: add table of contents 2020-06-08 19:33:48 -07:00
Alex Dunn 43e70eb9af readme: document settings.json 2020-06-08 19:29:50 -07:00