{"id":20619424,"url":"https://github.com/bringfeel/solari","last_synced_at":"2026-05-08T19:33:54.982Z","repository":{"id":41558772,"uuid":"510213629","full_name":"BringFeel/solari","owner":"BringFeel","description":"A simple node.js webserver","archived":false,"fork":false,"pushed_at":"2022-07-05T01:29:34.000Z","size":70,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-25T17:45:04.922Z","etag":null,"topics":["html","html5","http","http-server","https","https-server","javascript","js","json","node","node-js","nodejs","nodejs-server","nodemon","server","web","webserver","website"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BringFeel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-04T04:39:51.000Z","updated_at":"2022-07-05T01:44:02.000Z","dependencies_parsed_at":"2022-09-01T14:51:05.353Z","dependency_job_id":null,"html_url":"https://github.com/BringFeel/solari","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/BringFeel/solari","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BringFeel%2Fsolari","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BringFeel%2Fsolari/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BringFeel%2Fsolari/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BringFeel%2Fsolari/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BringFeel","download_url":"https://codeload.github.com/BringFeel/solari/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BringFeel%2Fsolari/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32794716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["html","html5","http","http-server","https","https-server","javascript","js","json","node","node-js","nodejs","nodejs-server","nodemon","server","web","webserver","website"],"created_at":"2024-11-16T12:11:40.119Z","updated_at":"2026-05-08T19:33:54.967Z","avatar_url":"https://github.com/BringFeel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Solari banner](https://github.com/BringFeel/solari/blob/main/images/solari-web-server.png)\n\n\u003cdiv align=\"center\"\u003e\n\n[![Downloads](https://img.shields.io/github/downloads/BringFeel/solari/total?style=for-the-badge)](https://github.com/BringFeel/solari/releases/latest)\n[![Stars](https://img.shields.io/github/stars/BringFeel/solari?style=for-the-badge)](https://github.com/BringFeel/solari/stargazers)\n[![Discord](https://img.shields.io/discord/952035654831845457?color=%237289DA\u0026style=for-the-badge)](https://discord.bringfeel.com)\n[![Release](https://img.shields.io/github/v/release/BringFeel/solari?style=for-the-badge)](https://github.com/BringFeel/solari/releases/tag/2.0)\u003c/br\u003e\n\n\u003c/div\u003e\n\n# Installation\n1) run `npm i`\n2) If you have problems with nodemon run `npm install --global nodemon`\n3) If you are on windows use `start.bat` if you are on linux use `start.sh`\n4) Connect to `http://localhost:8080` (If you have the default config)\n\n![Solari webhost working](https://github.com/BringFeel/solari/blob/main/images/solari-working.png)\\\nIf you don't have the possibility to run the server via `.bat` or `.sh` use `nodemon -e js,html,css ./server.js` on terminal\n\n# Configuration\n1) Go to `config.js`\n```js\nmodule.exports = {\n\nPORT: '8080',\nHTTPS_PORT: '4545',\nUSE_HTTPS: 'false',\nUSE_HTTP: 'true'\n\n}\n```\n2) Edit the 4 configs\n3) Save, Done!\n\n# SSL/HTTPS Mode\nYou need a ssl certificate!\n1) Delete the demo files in the folder\n2) Copy your ssl certificates to folder `certificates`\n3) Rename to `certificate` on the 2 files\n4) The certificates needs `.crt` and `.key` extensions\n5) Enable the https mode on `config.js`\n```js\nUSE_HTTPS: 'true',\n```\n6) Done!\n\n# Editing Files\n1) Go to the folder `WebFiles`\\\n![Folder](https://github.com/BringFeel/solari/blob/main/images/folder.png)\n2) Upload or edit your files\\\n![File](https://github.com/BringFeel/solari/blob/main/images/file.png)\n3) Done!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbringfeel%2Fsolari","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbringfeel%2Fsolari","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbringfeel%2Fsolari/lists"}