Rename to Grimoired, update domain to grimoi.red, add resource system
- Rename Grimaired -> Grimoired everywhere (title, nav, descriptions, token keys) - Update domain from skills.here.run.place to grimoi.red - Add Grimoired logo with description on homepage - Add accordion behavior for Quick install / Quick push sections - Add generic resource system (skills, agents, output-styles, rules) - Add resource registry, editor, search, and file manager components
This commit is contained in:
committed by
Alejandro Martinez
parent
aa477a553b
commit
17423fb3b9
@@ -9,12 +9,15 @@ FROM node:22-alpine AS runtime
|
||||
WORKDIR /app
|
||||
COPY --from=build /app/dist ./dist
|
||||
COPY --from=build /app/node_modules ./node_modules
|
||||
COPY --from=build /app/data/skills ./data/skills
|
||||
COPY --from=build /app/data ./data
|
||||
|
||||
ENV HOST=0.0.0.0
|
||||
ENV PORT=4321
|
||||
ENV SKILLS_DIR=/app/data/skills
|
||||
ENV SITE_URL=https://skills.here.run.place
|
||||
ENV AGENTS_DIR=/app/data/agents
|
||||
ENV OUTPUT_STYLES_DIR=/app/data/output-styles
|
||||
ENV RULES_DIR=/app/data/rules
|
||||
ENV SITE_URL=https://grimoi.red
|
||||
|
||||
EXPOSE 4321
|
||||
CMD ["node", "./dist/server/entry.mjs"]
|
||||
|
||||
Reference in New Issue
Block a user