I am new to rocket chat, I installed it on AWS Ubuntu 18.04. Install it with Snaps to make the whole process faster. I want to edit the HTML and add new things and I don’t know if it is possible.
Please help.
Update: I have tried the installation in both ways (manual and with snap), with the manual I can edit the code but not with snap.
My question is: is there a way to update it with snap? Because I feel that snap is more secure, that is, because everything is configured without errors.
No. Snaps use a read-only filesystem for the stock files. You can’t update any core files without rebuilding the snap altogether.
Can you please explain in details as to what is it that you want to achieve in the end? What files are you editing and why? Which parts do you want to modify?
I’m asking because maybe there’s a better way to achieve whatever it is that you’re looking for, than editing the core files themselves.
What I am looking to edit is the login. I want to create my own page with HTML and JS. I see that snap installs it in the main domain (also the manual installation… only that the manual does allow me to modify the login code).
Ok, but from your point of view, which is better, snap or manual? I am new to this and I have that question. Because if it’s better snap I use what you say, but if manual is better I don’t have to use it because I can modify the code directly.
I’m going to use manual installation because as I told you I want to modify the login page when creating a new HTML JS page. I have another question and I hope it’s not too much of a hassle.
I see that the HTML that corresponds to the login is in programs/web.browser/66eaa3be98974e118b931b4c4ec6172ce4ec8f05.js
My question is: all the HTML is compiled there and should I modify it there, or is there another way?
A thousand apologies, but I do not fully understand, can you clarify a little more? Please.
What I understood was that with gitpod I can generate a clean document with HTML, JS and CSS, like the one from Rcokert Chat defautl, and then I compile it again to upload it to my server. I am right?
I wanted to change a few words, but, I see that it can be changed easily with the translation, so this is already solved.
But I have another problem. I want to place a JS code in the home to open a modal with a video .mp4, but, it does not allow me to do it, I think it is because it updates infinitely. Can you tell me how I solve this problem?
Note: I apologize for opening various topics in the forum. As they were not the same case, I opened on different topics in case I could help someone else.