-
Notifications
You must be signed in to change notification settings - Fork 27
Feature to set custom html #9
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
Conversation
edelciomolina
commented
Dec 29, 2019
I ́m working in a project that necessarily have to the terminal with some custom layout. So I created a new argument that can be set a new path to the index.html, in this case, now is possible to have flexibility about where the terminal will apears into. I hope that it could be useful for the Gritty project 😉
coderaiser
commented
Dec 30, 2019
Hi @edelciomolina, that's interesting idea :), could you please tell me why don't you use gritty as a library? You can fully customize it it a way you like, and embed to any place on the page :).
edelciomolina
commented
Dec 30, 2019
Hi @coderaiser, to be honest I do not have tested much that possibility as library, so I dont know if that will resolve my challenge...
I ́ll have a linux server with some users with limited access, they will can setup on my SaaS an specifique terminal program to run, so, with CRON my idea is run one Gritty to each user. So in that case each user will have your own index.html and the Gritty will run self for each new users created.
d100246 to
4e70dc6
Compare
Add ability to set the html path for customization of output