[-] SOVERSHENEN@lemmy.ml 2 points 9 months ago

what can you offer besides photon?

[-] SOVERSHENEN@lemmy.ml 7 points 9 months ago

I wrote about it about 2 years ago.

29
submitted 9 months ago by SOVERSHENEN@lemmy.ml to c/asklemmy@lemmy.ml

Is there an opportunity to replace a clean markdown editor in lemmy's own instance with some kind of WYSIWYG? Preferably similar to Editorjs? Has anyone already implemented this in their own instances?

I would be willing to pay the coder for help in replacing the editor.

[-] SOVERSHENEN@lemmy.ml 2 points 2 years ago

https://editorjs.io/

One of its revised versions is used on vc.ru , dtf.ru and tjournal.ru . This helps to improve user interaction with content generation.

[-] SOVERSHENEN@lemmy.ml 1 points 2 years ago

I find solves: when u updated, dont forget check lemmy-ui environment variables

I skipped second word LEMMY:

LEMMY_UI_~~LEMMY~~_INTERNAL_HOST=lemmy:8536

LEMMY_UI_~~LEMMY~~_EXTERNAL_HOST={{ domain }} \

when i restore this -> all work fine :)

[-] SOVERSHENEN@lemmy.ml 1 points 2 years ago

what the typo did you have? i have the same problem

[-] SOVERSHENEN@lemmy.ml 2 points 2 years ago

https://shownotes.opensourceisawesome.com/lemmy/

now I'm trying to make an installation using this guide, but I'm facing similar problems. unfortunately, my knowledge is not enough to solve them, but I think it will be interesting for you to familiarize yourself with this in order to gain some knowledge, I do not know.

I may be wrong, but it seems all the problems are due to nginx :D

UPD: I also tried to do the following. I installed version 0.16.4 with this guide from opensourceisawesome.com, it was installed normally.

But when I tried to upgrade to 0.17 according to the official guide, I ran into problems again, the site crashed.

[-] SOVERSHENEN@lemmy.ml 1 points 2 years ago

Yes, I understand, anytime you're free.

It's just that in the coming months I have a lot of time to continue developing the UI and I decided that it would be useful for the Lemmy community. Considering that I have already done this before. Hope i dont get stuck in such a stupid stage :D

[-] SOVERSHENEN@lemmy.ml 1 points 2 years ago

This is the least of the problems. At least it is solved simply by waiting :D

Maybe you will record a new video manual about how you manage to install lemmy 0.17?

[-] SOVERSHENEN@lemmy.ml 1 points 2 years ago

nah, the same problem.

in addition, now I have run out of the limit for reissuing SSL certificates. Due to the fact that I cleaned and installed it from scratch more than five times. It seems that the limit will be reset tomorrow.

[-] SOVERSHENEN@lemmy.ml 1 points 2 years ago

Ok. I go try it from scratch again.

Yes i install on clear VDS fresh instance.

Ok, i write my steps here, hope you can help me and other users :)

  1. Install VDS ubuntu 20

  2. Go to Putty, connect ssh with root;pass

  3. apt -y update && apt -y upgrade

  4. apt -y install vim

  5. Now i need instal docker

apt -y install ca-certificates curl gnupg lsb-release

curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg

echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null

apt -y update

apt -y install docker-ce

  1. Now need delete Apache for stability nginx:

sudo /etc/init.d/apache2 stop

sudo apt-get purge apache2

  1. Lets go install nginx

apt -y install nginx

sudo systemctl enable nginx

sudo systemctl start nginx

sudo systemctl status nginx

Ok, all works. There are no errors.

  1. Install certbot for https

apt install certbot python3-certbot-nginx

certbot certonly --nginx -d uebishe.com,www.uebishe.com

write my mail, and agree all steps

  1. wget https://raw.githubusercontent.com/LemmyNet/lemmy-ansible/main/templates/nginx.conf -O lemmy.conf

change params on

vi lemmy.conf

systemctl restart nginx

And now we have problem:

and journalctl -xe told me:

[-] SOVERSHENEN@lemmy.ml 1 points 2 years ago

Docker-compose been finished without errors, all good, but site doesnt work. I think there is some kind of error around the nginx installation on my 7 and 8 steps.

only http://ww.uebishe.com/ (straight HTTP and WWW) respond me:

[-] SOVERSHENEN@lemmy.ml 2 points 2 years ago

Oh maaan, Kradiz that you! BIG THX FOR YOUR GUIDE ON YOUTUBE. I will write soon if I succeeded.

3

I wanna be back for develop another UI for Lemmy, which will look like modern Reddit, but better.

Earlier i install lemmy with this guide: https://www.youtube.com/watch?v=4fzCUEpFnDg

but now, devs made changes around nginx, so... i cant install Lemmy now. Docker sends me errors))

If you are interested in developing a new UI, please contact me, I need the help of people who understand the installation issue.

4
submitted 2 years ago* (last edited 2 years ago) by SOVERSHENEN@lemmy.ml to c/lemmy_instances@lemmy.ml

Hi, I tried to make a classic interface for Lemmy. U can see this in uebishe.com

My work is available for general use, if you want - you can find the necessary folders on my github.

https://github.com/soverxxx/lemmy-ui https://github.com/soverxxx/lemmy

It is necessary to install both of them. I will try to support Lemmy feature updates for this UI.

A few clarifications:

  • This UI only works when selecting the theme "Litera.css"
  • Other themes don't work as they should
  • I have already started developing a dark theme

It still has a lot of bugs and redneck code (mine), but it's convenient to use it.

1
How i can change CSS/HTML (eastlondontechcity.com)
submitted 2 years ago* (last edited 2 years ago) by SOVERSHENEN@lemmy.ml to c/userexperience@lemmy.ml

Hi, i wanna create my own Federation, but original design rly scared me :D

Unfortunately, I'm just a designer and don't understand Linux and installation. That's why I wanted to ask for your advice.

How can I set my own styles via Cloud Server on Linux? Can I somehow connect via ftp to the server to update html/css files? Maybe there is some kind of guide?

Or does the Lemmy structure not allow you to do this after uploading the site to the Cloud Server, because it is already rendered?

@nutomic@lemmy.ml

view more: next ›

SOVERSHENEN

joined 2 years ago