simon987 / sist2

Lightning-fast file system indexer and search tool
GNU General Public License v3.0
843 stars 55 forks source link

custom web interface #464

Closed mvezio closed 7 months ago

mvezio commented 7 months ago

Which SIST2 component is your Feature Request related to?

web Is your feature request related to a problem? Please describe.

edit web interface (custom html) What would you like to see happen?

i wish to can edit web interface Additional context

simon987 commented 7 months ago

Is there a specific thing you would like to be able to change?

mvezio commented 7 months ago

Please i wish to have complete control of web gui in html

Il giorno mar 30 gen 2024 alle 15:35 simon987 @.***> ha scritto:

Is there a specific thing you would like to be able to change?

— Reply to this email directly, view it on GitHub https://github.com/simon987/sist2/issues/464#issuecomment-1917017285, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK6FML72JUBHD5WFDOUIWHTYREAMBAVCNFSM6AAAAABCRFJRDKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJXGAYTOMRYGU . You are receiving this because you authored the thread.Message ID: @.***>

simon987 commented 7 months ago

Sorry I can't help with that. You can customize any of the frontend files in https://github.com/simon987/sist2/tree/master/sist2-vue and recompile the project if you wish to have complete control

mvezio commented 7 months ago

sorry, but in which files are the messages found, for example the one on the navbar "lightning-fast file system ..."?? Thank you

Il giorno mar 30 gen 2024 alle ore 16:03 simon987 @.***> ha scritto:

Closed #464 https://github.com/simon987/sist2/issues/464 as completed.

— Reply to this email directly, view it on GitHub https://github.com/simon987/sist2/issues/464#event-11643175664, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK6FML3ZUHNSKQDIEXQLQTTYREDTLAVCNFSM6AAAAABCRFJRDKVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJRGY2DGMJXGU3DMNA . You are receiving this because you authored the thread.Message ID: @.***>

dpieski commented 7 months ago

@mvezio Github has a search feature. Type in the line you want to find and it will search the repository for it... Then just read through them to find the location you are looking for.

mvezio commented 7 months ago

HI sorry for the inconvenience but I have a fairly significant problem during the scanning phase

I activated verbose mode, and I see that for .docx files the error "could not read archive: unrecognized archive format" appears instead, for some other extensions (for example dwg) the error is avformat_open_input() returned... : invalid data found when processing input.

Do these errors affect the final result? thank you in advance.

Il giorno gio 1 feb 2024 alle ore 17:00 Andrew @.***> ha scritto:

Github has a search feature. Type in the line you want to find and it will search the repository for it... Then just read through them to find the location you are looking for.

— Reply to this email directly, view it on GitHub https://github.com/simon987/sist2/issues/464#issuecomment-1921656879, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK6FMLYBQBA3SMQVHWVCM4TYRO33LAVCNFSM6AAAAABCRFJRDKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRRGY2TMOBXHE . You are receiving this because you authored the thread.Message ID: @.***>

Koshux commented 2 months ago

Has anyone been able to use bind mounts to be able to use HMR or the watch.sh to see changes deployed on save?