-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add WoofedCRM Template to Easy Panel template library. #593
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for easypanel-templates ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Hey - Try providing images in the meta.yaml so people can have a choice to change it if needed at the runtime. Also please avoid using latest tags, as new images can have different set of configurations. Thanks. |
@Ahson-Shaikh, okay! Thx for the feedback! |
This block of code here in the build-docs.ts was prevented me to build the project. I remove it and the project builds with no errors: if (meta?.contributors?.length) {
lines.push("## Contributors", "");
meta.contributors.forEach((entry) => {
lines.push(`- [${entry.name}](${entry.url})`);
});
lines.push("");
} |
@zzedgat2012 Template looks good and works good. But there are just little implementations.
Change to woofed-goodjob
|
Sure, I'll be making those changes. |
{ | ||
type: "volume", | ||
name: "woofedcrm_data", | ||
mountPath: "/app", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zzedgat2012 do you want all 3 services to share the same volume?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, essentially the sidekiq and goojob are all the same container running different services.
No description provided.