Splash page for the project https://coopcloud.tech
Go to file
iexos 9f7924af56
All checks were successful
continuous-integration/drone/push Build is passing
fix a link
2025-01-11 20:14:59 +00:00
archetypes Init hugo 2021-01-09 17:57:29 +01:00
content fix a link 2025-01-11 20:14:59 +00:00
data fix: link to comparisons 2024-10-29 16:56:24 +01:00
static feat: new post 2025-01-10 13:43:41 +01:00
themes/coopcloud.tech Add some margin under code blocks 2024-03-30 18:13:27 -03:00
.drone.yml cd: fix repo name, switch user, drop matrix notification 2025-01-04 23:23:34 -05:00
.env Init deployment 2021-01-09 19:42:21 +01:00
.env.sample Init deployment 2021-01-09 19:42:21 +01:00
.gitignore ignore .vscode (sorry) 2022-04-29 14:45:43 +01:00
compose.yml fix: new image 2025-01-10 13:46:52 +01:00
config.toml fix: link 2025-01-11 19:37:48 +01:00
Dockerfile remove git submodule update from Dockerfile 2021-07-02 19:29:01 +05:00
LICENSE chore: GPL this sucka [ci skip] 2022-04-05 12:30:41 +02:00
makefile Add a makefile 2021-01-09 18:01:45 +01:00
README.md Update manual deployment instructions 2025-01-04 23:28:53 -05:00
renovate.json Add renovate.json 2023-01-19 08:06:15 +00:00

coopcloud.tech

Build Status

https://coopcloud.tech

Splash page for the project.

Hack

You'll need to get the latest extended Hugo release. See the Github releases.

$ hugo server

Deploy me manually to the prod site

Need to have a docker context that points to swarm-0.coopcloud.tech.

To have permissions to push the image, need to use docker login using your Gitea credentials

docker build -t git.coopcloud.tech/toolshed/coopcloud.tech .
docker push git.coopcloud.tech/toolshed/coopcloud.tech
DOCKER_CONTEXT=swarm-0.coopcloud.tech docker stack deploy -c compose.yml coop_cloud_site

The site should auto-deploy though over here.