script-server icon indicating copy to clipboard operation
script-server copied to clipboard

logo and link in index

Open aldrin18 opened this issue 2 years ago • 4 comments

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

aldrin18 avatar Mar 03 '23 07:03 aldrin18

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

bugy avatar Mar 03 '23 11:03 bugy

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: @.***>

aldrin18 avatar Mar 03 '23 11:03 aldrin18

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

bugy avatar Mar 03 '23 11:03 bugy

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: @.***>

aldrin18 avatar Mar 03 '23 11:03 aldrin18