bugy / script-server

Web UI for your scripts with execution management
Other
1.59k stars 247 forks source link

logo and link in index #633

Open aldrin18 opened 1 year ago

aldrin18 commented 1 year ago

hello, how can i change logo of github and link in index.html of a user?thanks

bugy commented 1 year ago

Hi @aldrin18 now via configuration But you can modify source code and build the project yourself

You can probably modify the already built files too, I'm not sure how much human readable they are

aldrin18 commented 1 year ago

i use docker for my deployment, how can i change the github logo in index.html?thank u so much

On Fri, Mar 3, 2023, 7:32 PM Iaroslav Shepilov @.***> wrote:

Hi @aldrin18 https://github.com/aldrin18 now via configuration But you can modify source code and build the project yourself

You can probably modify the already built files too, I'm not sure how much human readable they are

— Reply to this email directly, view it on GitHub https://github.com/bugy/script-server/issues/633#issuecomment-1453391459, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP7DMY2P3XZFCAJOELHV3KLW2HJDRANCNFSM6AAAAAAVOIRII4 . You are receiving this because you were mentioned.Message ID: @.***>

bugy commented 1 year ago

You can connect to docker via docker exec, and then you need to find some corresponding code in script-server/web/js/index.blabla.js Probably it's base64 encoded image

aldrin18 commented 1 year ago

Thanks, I'll check it out.

On Fri, Mar 3, 2023, 7:46 PM Iaroslav Shepilov @.***> wrote:

You can connect to docker via docker exec, and then you need to find some corresponding code in script-server/web/js/index.blabla.js Probably it's base64 encoded image

— Reply to this email directly, view it on GitHub https://github.com/bugy/script-server/issues/633#issuecomment-1453411487, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP7DMY2KNPOWEXBJ35QYUQTW2HKZFANCNFSM6AAAAAAVOIRII4 . You are receiving this because you were mentioned.Message ID: @.***>