Go to file
Icedream 40cbd2ed6e
Add new slug property for videos.
These will in the future hold pre-generated slugs since some runs can have the
same title and slugs are generated based on those titles.

This also implements a default for when no slugs are set (as is the case for all
videos right now) where the slug is still generated based on the title but a
counter suffix is added for dupe titles.
2021-07-09 11:42:33 +02:00
configs Configure local thumbnail server through nginx. 2021-01-04 02:39:12 +01:00
frontend Add new slug property for videos. 2021-07-09 11:42:33 +02:00
streamserver Migrate away from icedream/nginx to official nginx image. 2021-01-04 02:41:06 +01:00
.gitignore Update .gitignore. 2021-01-05 16:26:53 +01:00
LICENSE Add license and basic readme. 2021-01-05 16:25:09 +01:00
README.md Add license and basic readme. 2021-01-05 16:25:09 +01:00

README.md

Icedream's GDQ Clip Archive Website

This is the source code for https://gdq.icedream.tech. The code is not necessarily ready-to-use, the parts of it that are deployed to get the mirror stream up and running are not included in this repository yet.

License

This code is licensed under the GNU Affero General Public License 3.0. For more details on the license check LICENSE.