You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert to Docker template and fix validation issues
- Change from Kubernetes to Docker-based template using coder/docker base
- Remove dependency on problematic gemini module, install Gemini CLI directly
- Fix coder_parameter syntax by removing invalid 'sensitive' attribute
- Update namespace README with proper format including bio, github, avatar
- Update template README to reflect Docker approach
- Template now validates successfully with terraform validate
- Includes Code Server, terminal access, and persistent storage
Co-authored-by: ioAtif <[email protected]>
bio: Software Engineer and AI enthusiast creating templates for enhanced development workflows
4
+
github: ioAtif
5
+
avatar: https://github.com/ioAtif.png
6
+
linkedin: https://www.linkedin.com/in/ioatif
7
+
status: community
8
+
---
2
9
3
-
Templates and modules created by M Atif Ali (@ioAtif).
10
+
# M Atif Ali
4
11
5
-
## Templates
6
-
7
-
-[gemini-cli](./templates/gemini-cli/) - A Kubernetes workspace template with Gemini CLI for AI-powered coding assistance
12
+
Software Engineer and AI enthusiast creating templates for enhanced development workflows with AI-powered tools.
8
13
9
-
## About
14
+
## Templates
10
15
11
-
This namespace contains Coder templates and modules that integrate AI-powered development tools to enhance the coding experience in cloud development environments.
16
+
-[gemini-cli](./templates/gemini-cli/) - A Docker workspace template with Gemini CLI for AI-powered coding assistance
Make sure the Coder Login module is properly configured and the workspace has network access to the Coder server.
96
+
The template uses the `codercom/enterprise-node:ubuntu` image which includes Node.js. If you encounter issues, the startup script will attempt to install the latest LTS version.
102
97
103
98
## Support
104
99
105
100
For issues with this template, please contact the template maintainer or file an issue in the Coder registry repository.
106
-
107
-
## Version History
108
-
109
-
-**1.0.0**: Initial release with basic Gemini CLI integration
0 commit comments