Restyaboard¶
In this article:
Information
Restyaboard is an open-source project management system that serves as an alternative to Trello. It provides a visual interface for organizing tasks using boards, lists, and cards. Suitable for development teams, project groups, and organizations in need of a flexible task management tool.
Restyaboard. Key Features¶
- Visual Task Management: Intuitive interface with boards, lists, and cards to organize workflows;
- Collaboration: Ability to invite team members, assign tasks, and track progress;
- Flexible Configuration: Creation of custom fields, tags, and categories for project-specific adaptation;
- Attachments and Comments: Attaching files to cards and discussing tasks within the interface;
- Calendar and Deadlines: Setting deadlines with a calendar view of tasks;
- Checklists: Creating subtasks within cards for detailed task breakdowns;
- Filtering and Search: Quick search of cards by various parameters;
- Notifications: Automatic alerts about changes in tasks;
- REST API: Integration capabilities with external systems and automation features;
- Open Source Code: Full access to the code on GitHub.
Deployment Features¶
| ID | Compatible OS | VM | BM | VGPU | GPU | Min CPU (Cores) | Min RAM (Gb) | Min HDD/SDD (Gb) | Active |
|---|---|---|---|---|---|---|---|---|---|
| 380 | Ubuntu 22.04 | + | + | + | + | 1 | 1 | - | ORDER |
- Containerized Deployment - The system is provided with Docker and pre-configured containers for quick startup.
- Key Containers:
restya_app- Main Restyaboard application container (restyaplatform/restyaboard:v1.7.1);restya_db- PostgreSQL 15 database;certproxy-nginx-1- Nginx web server with SSL support via Certbot (jonasal/nginx-certbot:latest).
- Network Configuration:
- External ports: 80 (HTTP), 443 (HTTPS);
- Internal Restyaboard port: 8080 (forwarded to host: 127.0.0.1:8080->80/tcp);
- Automatic SSL certificate acquisition via Let's Encrypt.
- Key Directories:
/opt/restyaboard- Main installation directory on the host;/var/lib/nginx/html- Root directory of the web application inside the container;/var/lib/nginx/html/sql- SQL scripts for database initialization;/etc/nginx/conf.d- Nginx configuration files;/data/nginx/user_conf.d- Custom Nginx configurations on the host.
Note
Unless otherwise specified, Restyaboard v1.7.1 is installed by default from the official project repository.
Getting Started After Deploying Restyaboard¶
After payment of your order to the email address registered with us, you will receive a notification that your server is ready for use. It will include the VPS IP address as well as login and password information for access. Our company's clients manage their equipment via the server management panel and API — Invapi.
These credentials can be found in the Information >> Tags tab of the server control panel or in the email sent to you upon server delivery:
- Link for accessing Restyaboard via web interface: located in the webpanel tag;
- Login for accessing Restyaboard:
admin; - Password for accessing Restyaboard:
restya; - Login and Password for server management: sent to your email upon server deployment.
First Login and Getting Started¶
Logging into the System¶
Open a web browser and navigate using the link from the webpanel tag, then enter the credentials.
Attention
It is crucial to change the administrator password after your initial login. This is vital for ensuring the security of your installation.
Creating Your First Board¶
After successful authentication:
- Click on
Create new board; - Enter a name for the board;
- Select visibility level (private or public);
- Press
Addto create the board.



Note
Detailed information on configuring and using Restyaboard is available in the official documentation.
Ordering a Server with Restyaboard via API¶
To install this software using the API, follow these instructions
Some of the content on this page was created or translated using AI.