Home
Softono

Element

Open source Apache-2.0 Vue
27
Stars
5
Forks
4
Issues
3
Watchers
5 months
Last Commit

 About Element

Element CMF

Platforms

Web Self-hosted

Languages

TypeScript Node.js Vue

Need Help Installing Element?

We provide expert installation service for this software. Our team will install, configure, and secure Element on your server. plans start at just $30.

Element CMF

Current tag License

Admin panel for everything Element is a beautifully designed administration panel for Everything. Carefully crafted by the O₂ team to make you the most productive developer in the galaxy.

Site

Documentation

Demo

login: admin
password: adminpass

Quick installation

Dependencies: docker, docker-compose, nginx

To install an element in your project, run the command at the root of your project:

composer create-project odvapro/element --no-dev

  or

git clone https://github.com/odvapro/element.git

cd element
docker compose up -d

Nginx settings

Enter this rule in nginx config and restart nginx.service:

location /element {
    proxy_pass             http://127.0.0.1:85;
    proxy_set_header       Host $host;
}

Configuration

Go to <your domain>/element/ If you are opening this address for the first time, you will see a form to configure a connection to a database. Fill in all the fields provided, leave the database host unchanged and click the install button.

Authorization

Then you will see the authorization form

Login "admin", password "adminpass" After the authorization don't forget to change the standard password