{"id":27048805,"url":"https://github.com/ohemilyy/lunarshell","last_synced_at":"2025-04-05T07:16:17.935Z","repository":{"id":278966132,"uuid":"743724303","full_name":"ohemilyy/LunarShell","owner":"ohemilyy","description":"A modern, elegant, and secure shell environment that transforms your Linux terminal experience with smart configurations, enhanced security, and beautiful customizations. Powered by Starship prompt and compatible with Ubuntu, Enterprise Linux, and Arch Linux.","archived":false,"fork":false,"pushed_at":"2025-03-28T18:27:15.000Z","size":75,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"production","last_synced_at":"2025-04-04T16:13:54.396Z","etag":null,"topics":["linux","optimized","optimized-shell","security","shell","shell-script","shelll","starship"],"latest_commit_sha":null,"homepage":"https://lunarshell.dev/","language":"Shell","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/ohemilyy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2024-01-15T21:08:03.000Z","updated_at":"2025-03-28T18:27:18.000Z","dependencies_parsed_at":"2025-02-22T21:23:12.150Z","dependency_job_id":"863398aa-ea27-4407-b04e-ecf9cc4e38f3","html_url":"https://github.com/ohemilyy/LunarShell","commit_stats":null,"previous_names":["ohemilyy/lunarshell"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohemilyy%2FLunarShell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohemilyy%2FLunarShell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohemilyy%2FLunarShell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohemilyy%2FLunarShell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ohemilyy","download_url":"https://codeload.github.com/ohemilyy/LunarShell/tar.gz/refs/heads/production","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247299846,"owners_count":20916193,"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","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":["linux","optimized","optimized-shell","security","shell","shell-script","shelll","starship"],"created_at":"2025-04-05T07:16:17.296Z","updated_at":"2025-04-05T07:16:17.915Z","avatar_url":"https://github.com/ohemilyy.png","language":"Shell","readme":"\u003cdiv align=\"center\"\u003e\n\n# 🌙 LunarShell\n\nA modern, elegant, and secure shell environment that transforms your Linux server experience with smart configurations, enhanced security, and beautiful customizations. Designed specifically for server distributions and optimized for system administration tasks.\n\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n[![Version](https://img.shields.io/badge/version-2.0.0-green.svg)](https://github.com/ohemilyy/LunarShell)\n[![Starship](https://img.shields.io/badge/powered%20by-starship-DD0B78.svg)](https://starship.rs/)\n\n\u003cimg src=\"https://i.imgur.com/JGJnFzI.png\" alt=\"LunarShell Preview\" width=\"800\"/\u003e\n\n\u003c/div\u003e\n\n## ✨ Features\n\n- 🚀 **Modern Server Shell**: Enhanced prompt powered by Starship\n- 🎨 **Server MOTD**: Informative Message of the Day with system metrics\n- 🛡️ **Security Focused**: Hardened SSH and system security configurations\n- 📦 **Smart Package Management**: Server-optimized package handling\n- 🔧 **Easy Installation**: One-command setup process\n- 🎯 **Server Distribution Support**: Works on Ubuntu Server, Enterprise Linux, and Arch Linux\n\n## 🚀 Quick Install\n```bash\nbash \u003c(curl -sL https://shell.lunarshell.dev/install.sh)\n```\n\n## 💻 Supported Server Distributions\n\n- **Ubuntu Server** (20.04 LTS and newer)\n- **Enterprise Linux** (EL8, EL9)\n- **Arch Linux** (minimal installation)\n\n\u003e **Note**: LunarShell is specifically designed for server environments and may not be suitable for desktop distributions. It includes server-specific security configurations and optimizations.\n\n## 🛠️ What Gets Installed\n\n### Core Components\n- Starship Prompt\n- Server Status MOTD System\n- Hardened Shell Configurations\n- Security Optimizations\n\n### Server Utilities\n- `figlet`: ASCII art text generator\n- `jq`: JSON processor\n- `zsh`: Z Shell\n- `sysstat`: System performance monitoring\n- `htop`: Interactive process viewer\n- `neofetch`: System information tool\n- And more server administration tools...\n\n## 🔒 Security Features\n\n- Hardened SSH configuration\n- Strict firewall rules\n- Secure shell defaults\n- Limited authentication attempts\n- Cloudflare IP allowlisting\n- Server access logging\n\n## ⚙️ Configuration\n\n### Custom MOTD\nThe Message of the Day can be customized by editing:\n\n```bash\n/etc/profile.d/sshmotd.sh\n```\n\n### Shell Configuration\n- Bash configuration: `/etc/bash.bashrc`\n- Zsh configuration: `/etc/zsh/zshrc.local`\n- Starship configuration: `/etc/starship.toml`\n\n## 🤝 Contributing\n\nWe welcome contributions! Here's how you can help:\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## 👥 Contributors\n\n- **Luna** (Lead Developer)\n- **Bahar Kurt** (@kurtbahartr)\n- Community Members\n- Open Source Contributors\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🙏 Acknowledgments\n\n- [Starship](https://starship.rs/) for the amazing cross-shell prompt\n- [Dani](https://github.com/daniwasonline) Orginal Creator of DragonShell\n- All our contributors and users\n\n## 📞 Support\n\nIf you encounter any issues or have questions:\n\n- Open an [Issue](https://github.com/ohemilyy/LunarShell/issues)\n- Visit our [Website](https://lunarlabs.cc)\n\n---\n\n\u003cdiv align=\"center\"\u003e\nMade with ❤️ by Luna and contributors\n\u003c/div\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fohemilyy%2Flunarshell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fohemilyy%2Flunarshell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fohemilyy%2Flunarshell/lists"}