Commit graph

100 commits

Author SHA1 Message Date
82da568ffb
chore: upgrade Forgejo to v1.21.6-0 2024-02-23 01:10:48 +00:00
b8d5492456
chore: upgrade GTS to v0.13.3 2024-02-15 15:42:56 +00:00
b159bebc0a
chore: upgrade GTS to v0.13.2 2024-02-06 19:10:52 +00:00
116e1814d6
fix(forgejo): skip yaml frontmatter
- Update the forgejo configuration to skip the YAML frontmatter
  when rendering asciidoc files.
- Upgrade the base image from alpine:3.18 to alpine:3.19
2024-02-06 00:52:29 +00:00
d90546427c
chore: upgrade GTS to v0.13.1 2024-02-02 06:08:27 +00:00
58d2f2adb2
chore: upgrade Forgejo to v1.21.5-0 2024-02-01 08:57:15 +00:00
3495de3a01
chore: upgrade Forgejo to v1.21.4-0 2024-01-16 23:05:03 +00:00
3f04c1b3a2
chore: upgrade Forgejo to v1.21.3-0 2023-12-23 16:30:15 +00:00
ee910722cb
feat: add backup support for Code Flow
Add support for taking on demand backups of Code Flow.
Resolves flow/services#7
2023-12-17 08:51:11 +00:00
ab0f2029b5
chore: update config for Forgejo backups
Part of flow/services#7
2023-12-16 17:22:52 +00:00
5f675e7b9e
docs: update README 2023-12-16 17:20:48 +00:00
6cc8ee09c1
chore: upgrade Forgejo to v1.21.2-1 2023-12-16 12:09:26 +00:00
aac7ae5ca2
chore: upgrade Forgejo to v1.20.6-1 2023-12-15 10:52:54 +00:00
3553df5d6e
chore: upgrade Forgejo to v1.20.6-0 2023-11-29 14:19:42 +00:00
ce490db95d
refactor: internal actions package
Migrate all 'action' code to the new internal actions package to reduce
the number of internal packages.

Migrate the Bundle type to a separate package to avoid circular
dependencies.

Refactor code around bundle definition and download for relevant
services.
2023-11-26 07:46:10 +00:00
9f7f920fb9
fix: update Link Flow
- Change link flow's container name to link-flow
- Add link to Work Flow.
2023-11-25 16:03:05 +00:00
9d2d5f36cc
refactor: move deploy code to internal package
Move the deploy code to an internal package in preparation for the
support for multiple mage targets deploying services to the Flow
Platform.

Add an option to deploy a service in the foreground.
2023-11-25 15:52:25 +00:00
ba68c51594
chore: upgrade Forgejo to v1.20.5-1 2023-11-25 14:20:49 +00:00
ebc1b3a5fe
chore: upgrade Woodpecker to v1.0.5 2023-11-24 10:23:20 +00:00
25325e2856
refactor: update project structure
Changes:

- Most of the go code is now located in internal packages.
- Code refactored and simplified in some cases.
- Removed the 'download' mage target and integrated the download code
  into the internal 'prepare' package.
- Moved all mage target code to magefile.go.
- Added missing descriptions to the mage targets.
- Updated go.mod.

Fixed:

- Created a custom function to validate the checksum of the
  downloaded Woodpecker tar file.
- Specified the environment when running 'clean'.
2023-11-24 09:56:35 +00:00
beb3826190
chore: upgrade GTS to v0.12.2
Also update magefiles to always enable logging to os.Stdout when
verifying downloaded files.
2023-11-17 22:11:46 +00:00
bf215d8891
chore: upgrade GTS to v0.12.0 and update config 2023-11-17 21:48:54 +00:00
0e36e1840a
chore: upgrade Forgejo to v1.20.5-0 2023-11-13 16:25:15 +00:00
7937ecd50b
chore: upgrade Forgejo to v1.20.4-1
Upgrade Forgejo to v1.20.4-1

Also the URLs for the Forgejo files is now nicely formatted so the JSON
file for the Forgejo downloads is no longer needed and has been removed.
2023-09-22 12:42:10 +01:00
8172a6b64d
feat(mage): shutdown an environment
Add a mage target for shutting down an entire environment.
2023-08-28 15:23:12 +01:00
5dd6ab8ee6
feat(mage): add a target to stop services 2023-08-28 15:14:36 +01:00
60a52ee66f
chore(codeflow): enable Forgejo Actions in prod 2023-08-28 13:24:13 +01:00
5753e98c93
chore: update config commit ref 2023-08-28 08:57:04 +01:00
18412e62cb
fix(forgejo): add support for enabling actions 2023-08-28 08:53:22 +01:00
dd339eb3d6
fix: template updates and code fixes
This commit comes after provisioning the development environment.

Changes:

- templates: template the container name.
- mage: update the deploy target to deploy to specific environments.
- compose: fix network ref.
- traefik: merge all dynamic templates into one file.
- woodpecker(dockerfile): remove commands to copy entrypoint to the
  docker container since the entrypoint has been removed.
- traefik: add support for using existing TLS certificates.
2023-08-28 04:04:40 +01:00
a51db2d523
feat: add environment support
Add support for deploying to different environments.
2023-08-27 04:11:48 +01:00
f8c43f9709
chore: remove shared volume
Now that the shared volume is no longer needed it is removed from the
docker compose file.
2023-08-26 13:36:01 +01:00
ba9a865b55
chore(traefik): remove mounted shared directory
The mounted shared directory is no longer needed for now so it will
removed from all containers that are mounting it.

Changes for Traefik:

- Build all dynamic configurations inside the Traefik container.
- Remove the mount point for the shared directory.
2023-08-26 13:25:41 +01:00
1758d5a85c
chore(traefik): move traefik config to traefik
Move codeflow traefik configuration template over to the traefik
template directory.
2023-08-26 11:48:45 +01:00
6a0325a0a1
chore: upgrade woodpecker to v1.0.2
- Upgrade woodpecker to v1.0.2
- Move the traefik configuration over to traefik
- The entrypoint script is no longer needed
2023-08-26 11:30:01 +01:00
aa39cedd8b
chore(traefik): move GTS traefik config to traefik 2023-08-26 11:14:10 +01:00
9a22c7c7dc
chore(gts): ensure config file is up-to-date 2023-08-26 09:48:43 +01:00
f5e619c75c
fix(landing): updated config for landing page 2023-08-25 01:23:59 +01:00
4eba300480
feat: add the landing page to Flow Platform
Welcome :)
2023-08-24 15:30:14 +01:00
5a757d2ed5
fix(gts/css): update word-wrap for fields
Update the word wrap in profile fields to make unbreakable words
breakable if required.
2023-08-23 00:39:06 +01:00
6e9524113c
feat(gts): add Night Owl CSS theme for GoToSocial
Add a new CSS theme called 'Night Owl' for my GoToSocial profile page.
2023-08-23 00:26:01 +01:00
2152024c11
chore: upgrade Forgejo to v1.20.3-0
- Upgrade Forgejo to v1.20.3-0
- Remove the FORGEJO_WORK_DIR environment variable in favour of the
  WORK_PATH setting in app.ini
- Updated storage configuration for avatar, attachements, repo-avatar
  and repo-archives
- Removed unsupported picture config. This is now managed under avatar
  and repo-avatar config
2023-08-21 22:01:43 +01:00
a0df9307a0
chore: upgrade GTS to v0.11.1 2023-08-21 19:20:55 +01:00
c7b5859ae6
chore: upgrade GTS to v0.11.0 and update config
- Upgrade GoToSocial to v0.11.0
- Template the base web directory
- Template the container's timezone
- Update the configuration template
2023-08-15 18:51:39 +01:00
49568d5f15
fix(gts): add custom fonts to GTS
- Update the Dockerfile to copy custom fonts to the web directory.
- Add the Karla font to GTS.
2023-08-15 13:37:57 +01:00
87e29a8bfe
chore: add fonts to LFS 2023-08-15 13:29:43 +01:00
3076b82055
fix(traefik): update the root domain redirect rule
Update the replacement value for the root domain's redirect rule.
2023-08-01 16:40:45 +01:00
9e24f50653
fix(traefik): redirect root domain to Free Flow
Redirect requests made to the root domain to Free Flow.
2023-08-01 02:45:28 +01:00
032c080b99
fix(traefik): update Traefik deployment
- Upgrade Traefik to version 2.10.4.
- Remove the unused dashboard router and disable the dashboard.
- Remove the now unsupported pilot token.
2023-08-01 01:15:48 +01:00
baf5f13c51
chore: upgrade Woodpecker to v1.0.0
- Update the Woodpecker Dockerfile.
- Add .dockerignore to limit the context.
- Add code to download the Woodpecker binary.
- Refactor the prepare target.
2023-07-31 00:40:19 +01:00