[PR #383] chore(blueprint): update Appwrite services to v1.8 #415

Open
opened 2025-11-22 20:38:04 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/383
Author: @poberbeck
Created: 9/20/2025
Status: 🔄 Open

Base: mainHead: bump-appwrite-to-1.7.4


📝 Commits (9)

  • 8450c57 Update Appwrite version docker images and environment variables
  • 1cb6a8b Add separate domains for functions and sites, update environment variables, replace insecure default passwords
  • 14ff569 Update Appwrite version from 1.6.1 to 1.7.4 in meta.json
  • 77271fa Fix envs and update domains
  • 80edb72 Add missing volume mounts for sites
  • 62e83ad Fix config file syntax
  • a30371e Update runtimes network configuration in template.toml
  • ab64363 Update Appwrite to 1.8
  • 1304cac Merge branch 'Dokploy:main' into bump-appwrite-to-1.7.4

📊 Changes

3 files changed (+204 additions, -141 deletions)

View changed files

📝 blueprints/appwrite/docker-compose.yml (+155 -130)
📝 blueprints/appwrite/template.toml (+48 -10)
📝 meta.json (+1 -1)

📄 Description

  • Updating Appwrite to version 1.8
  • Adding new environment variables
  • Removing insecure default passwords from environment variables and replacing them with generated passwords

Sidenote:
Unfortunately, we cannot set a wildcard domain for the new Appwrite Sites feature. You will need to add the subdomain manually for every site.

Closes #405


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Dokploy/templates/pull/383 **Author:** [@poberbeck](https://github.com/poberbeck) **Created:** 9/20/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `bump-appwrite-to-1.7.4` --- ### 📝 Commits (9) - [`8450c57`](https://github.com/Dokploy/templates/commit/8450c576165ecc4726ab637fe073530e30baa9dd) Update Appwrite version docker images and environment variables - [`1cb6a8b`](https://github.com/Dokploy/templates/commit/1cb6a8b55877f45ee17fddf1855e382d66c1ac65) Add separate domains for functions and sites, update environment variables, replace insecure default passwords - [`14ff569`](https://github.com/Dokploy/templates/commit/14ff5696120b9820f195a61bd443ccf9ce74cb1d) Update Appwrite version from 1.6.1 to 1.7.4 in `meta.json` - [`77271fa`](https://github.com/Dokploy/templates/commit/77271fa44103b91196fb1a5bf1e3fcd8b63660a4) Fix envs and update domains - [`80edb72`](https://github.com/Dokploy/templates/commit/80edb72f20271634722a0e44881071d19b6fefb4) Add missing volume mounts for sites - [`62e83ad`](https://github.com/Dokploy/templates/commit/62e83ad3e9f7b7903c2740e88be71cd083fc936c) Fix config file syntax - [`a30371e`](https://github.com/Dokploy/templates/commit/a30371eb7142cd1e2cb60409252afc1da0b68875) Update runtimes network configuration in template.toml - [`ab64363`](https://github.com/Dokploy/templates/commit/ab64363a46d24139061d0ac9fb2749dcc1ab4120) Update Appwrite to 1.8 - [`1304cac`](https://github.com/Dokploy/templates/commit/1304cac4c7900f144d0a431375dbddc6b0209697) Merge branch 'Dokploy:main' into bump-appwrite-to-1.7.4 ### 📊 Changes **3 files changed** (+204 additions, -141 deletions) <details> <summary>View changed files</summary> 📝 `blueprints/appwrite/docker-compose.yml` (+155 -130) 📝 `blueprints/appwrite/template.toml` (+48 -10) 📝 `meta.json` (+1 -1) </details> ### 📄 Description - Updating Appwrite to version 1.8 - Adding new environment variables - Removing insecure default passwords from environment variables and replacing them with generated passwords Sidenote: Unfortunately, we cannot set a wildcard domain for the new Appwrite Sites feature. You will need to add the subdomain manually for every site. Closes #405 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-22 20:38:04 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#415