{"id":30127757,"url":"https://github.com/phantom8015/specters","last_synced_at":"2025-08-10T17:10:22.017Z","repository":{"id":305219618,"uuid":"1022336289","full_name":"Phantom8015/Specters","owner":"Phantom8015","description":"A linux web interface","archived":false,"fork":false,"pushed_at":"2025-08-10T05:07:35.000Z","size":206,"stargazers_count":51,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-10T07:07:46.811Z","etag":null,"topics":["cockpit","connection","docker","express","gui","hosting","interface","linux","node","server","ssh","terminal","ubuntu","web","websocket"],"latest_commit_sha":null,"homepage":"https://specters.dev","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Phantom8015.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-18T21:45:49.000Z","updated_at":"2025-08-10T05:07:38.000Z","dependencies_parsed_at":"2025-07-19T00:19:39.775Z","dependency_job_id":"2f383a8c-eef3-4be5-b7a3-433e47178580","html_url":"https://github.com/Phantom8015/Specters","commit_stats":null,"previous_names":["phantom8015/specters"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Phantom8015/Specters","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phantom8015%2FSpecters","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phantom8015%2FSpecters/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phantom8015%2FSpecters/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phantom8015%2FSpecters/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Phantom8015","download_url":"https://codeload.github.com/Phantom8015/Specters/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phantom8015%2FSpecters/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269756394,"owners_count":24470566,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cockpit","connection","docker","express","gui","hosting","interface","linux","node","server","ssh","terminal","ubuntu","web","websocket"],"created_at":"2025-08-10T17:10:19.301Z","updated_at":"2025-08-10T17:10:22.000Z","avatar_url":"https://github.com/Phantom8015.png","language":"JavaScript","readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/Phantom8015/Specters/refs/heads/main/website/favicon.png\" width=\"150\" height=\"150\"/\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eSpecters\u003c/h1\u003e\n\u003cp align=\"center\"\u003eSpecters is a powerful web-based file explorer with terminal integration, system monitoring, and modern UI. Built with Node.js and designed for efficiency and ease of use.\u003c/p\u003e\n\nNote: This has not been tested outside of Ubuntu/Debian. Stability is not guaranteed if you are not using them.\n\n## Features\n\n- **File Management** - Browse, upload, download, and manage files with drag-and-drop support\n- **Terminal Integration** - Built-in web terminal for running commands directly from the browser\n- **System Monitoring** - Real-time CPU, memory, and GPU usage monitoring\n- **File Preview** - Preview text files, images, and media directly in the browser\n- **Fast \u0026 Responsive** - Built with modern web technologies for optimal performance\n- **Modern UI** - Clean, intuitive interface inspired by modern design principles\n\n## Installing \n\n### Docker (Recommended)\n\nThe easiest way to run Specters is using Docker:\n\n#### Using Docker Compose\nRun commands as root if you experience permission issues.\n\n```bash\ncurl -o docker-compose.yml https://raw.githubusercontent.com/Phantom8015/Specters/main/docker-compose.yml\nnano docker-compose.yml\ndocker-compose up -d\n```\n\n#### Using Docker Run\n\n**Basic usage:**\n```bash\ndocker run -p 3000:3000 phantom8016/specters:latest\n```\n\n**Production setup with volume mounts:**\n```bash\ndocker run -d \\\n  --name specters \\\n  -p 3000:3000 \\\n  -v /home:/app/managed/home:rw \\\n  -v /var/log:/app/managed/logs:ro \\\n  --restart unless-stopped \\\n  phantom8016/specters:latest\n```\n\n### Traditional Installation\n\n#### Quick Install Script\n**On your server:**\n```bash\ncurl -fsSL https://raw.githubusercontent.com/Phantom8015/Specters/main/install.sh | bash\n```\n\n**On your PC:**\n1. **Open your browser (on your pc)**\n   Navigate to `http://\u003cYOUR-SERVER-IP\u003e:3000`\n\n## Manual Installation\n\n\n### Requirements\n\n- **Operating System**: Linux (on the server)\n- **Node.js**: Version 16 or higher\n- **Git**: For cloning the repository\n- **NPM**: For installing dependencies\n\n### On your server:\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/Phantom8015/Specters.git\n   cd Specters\n   ```\n\n2. **Install dependencies**\n   ```bash\n   npm i\n   ```\n\n3. **Start Specters**\n   ```bash\n   npm start\n   ```\n\n### On your PC:\n1. **Open your browser**\n   Navigate to `http://\u003cYOUR-SERVER-IP\u003e:3000`\n\n\n## Security Considerations\n\n- The application allows file system access - ensure proper firewall rules\n- Run behind a reverse proxy (nginx) for production\n- Consider implementing authentication for sensitive environments\n- Regularly update dependencies for security patches\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## License\n\nThis project is open source and available under the [MIT License](LICENSE).\n\n## Issues \u0026 Support\n\n- **Issues**: [GitHub Issues](https://github.com/Phantom8015/Specters/issues)\n- **Contact**: [Phantom8015](https://github.com/Phantom8015)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphantom8015%2Fspecters","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphantom8015%2Fspecters","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphantom8015%2Fspecters/lists"}