{"id":17670512,"url":"https://github.com/josericardopenase/foldercolors","last_synced_at":"2026-01-30T05:08:27.685Z","repository":{"id":257877492,"uuid":"873108611","full_name":"josericardopenase/foldercolors","owner":"josericardopenase","description":"Plugin for changing the folder color of your nextcloud server","archived":false,"fork":false,"pushed_at":"2024-10-23T16:26:57.000Z","size":168,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T22:21:56.662Z","etag":null,"topics":["nextcloud"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/josericardopenase.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-10-15T16:02:47.000Z","updated_at":"2024-10-23T16:30:46.000Z","dependencies_parsed_at":"2024-10-23T22:52:40.057Z","dependency_job_id":"7e98cb08-1569-4a3c-8f9c-5dfe92a5b403","html_url":"https://github.com/josericardopenase/foldercolors","commit_stats":null,"previous_names":["josericardopenase/change-folder-colors-nextcloud","josericardopenase/foldercolors"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josericardopenase%2Ffoldercolors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josericardopenase%2Ffoldercolors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josericardopenase%2Ffoldercolors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josericardopenase%2Ffoldercolors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/josericardopenase","download_url":"https://codeload.github.com/josericardopenase/foldercolors/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249105785,"owners_count":21213615,"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":["nextcloud"],"created_at":"2024-10-24T02:05:06.160Z","updated_at":"2026-01-30T05:08:27.635Z","avatar_url":"https://github.com/josericardopenase.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FolderColors - Nextcloud App\n[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)\n[![Version](https://img.shields.io/badge/version-0.1-orange)](https://github.com/josericardopenase/foldercolors/releases)\n[![Test Status](https://img.shields.io/badge/tests-not%20tested-red)](#)\n\n## Overview\n\n**FolderColors** is a Nextcloud app that allows users to change the colors of their folders within the Nextcloud web interface. It provides a simple, visually appealing way to organize and personalize folders for easier recognition and navigation.\n\nThis app is compatible with Nextcloud 30.\n\n\n\n## Features\n\n- Change the color of any folder with a simple click.\n- Provides a variety of colors to choose from.\n- Seamless integration into the Nextcloud web interface.\n- Improves folder organization by allowing quick visual distinction.\n\n## Screenshots\n\nFor using is simple, click on three dots and select the option change color.\n\n![Captura de pantalla 2024-10-23 a las 17 24 07](https://github.com/user-attachments/assets/c0369cc5-2819-4e0e-b04b-cbeba09cb814)\n\nThen, pick the color that you wont.\n\n![Captura de pantalla 2024-10-23 a las 17 23 56](https://github.com/user-attachments/assets/bd23d1db-376a-4291-9149-0a74219bc254)\n\nSubmit the changes and finally the color has been changed.\n\n![Captura de pantalla 2024-10-23 a las 17 24 35](https://github.com/user-attachments/assets/3a23c524-3022-45fa-b643-8318d76df161)\n\n## Requirements\n\n- **Nextcloud version**: 30 or higher\n- **PHP version**: 7.4 or higher\n\n## Installation\n\nTo install **FolderColors**, follow these steps:\n\n### Manual Installation\n\n1. Download the latest release from the [Releases](https://github.com/your-repo/foldercolors/releases) page.\n2. Extract the archive and place the folder in your Nextcloud apps directory:\n    ```bash\n    /path/to/nextcloud/apps/\n    ```\n3. Navigate to your Nextcloud settings and enable the app under **Apps** \u003e **Disabled Apps**.\n\n### From Nextcloud App Store (if available)\n\n1. Go to the **Apps** section in your Nextcloud instance.\n2. Search for **FolderColors** in the app store.\n3. Click **Download and enable**.\n\n## Usage\n\nOnce installed and enabled:\n\n1. Right-click on any folder in the Nextcloud web interface.\n2. Select \"Change folder color\" from the context menu.\n3. Choose your preferred color from the available options.\n\n## Development Setup\n\nIf you are looking to contribute or test new features, follow these steps to set up a development environment:\n\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/josericardopenase/foldercolors.git\n    cd foldercolors\n    ```\n2. Install the required dependencies:\n    ```bash\n    make dev-setup\n    ```\n3. Enable the app in your Nextcloud instance.\n\n### Testing\n\nTo run tests, execute the following command:\n```bash\nmake test\n```\n\n## Contributing\n\nWe welcome contributions from the community! To get started:\n\n1. Fork the repository.\n2. Create a new branch:\n    ```bash\n    git checkout -b feature/your-feature-name\n    ```\n3. Make your changes and commit them:\n    ```bash\n    git commit -m \"Add your feature description\"\n    ```\n4. Push the branch:\n    ```bash\n    git push origin feature/your-feature-name\n    ```\n5. Create a pull request on GitHub.\n\nPlease make sure to write tests for your features and to follow the Nextcloud [Coding Guidelines](https://docs.nextcloud.com/server/latest/developer_manual/general/codingguidelines.html).\n\n## License\n\nThis project is licensed under the terms of the [GNU AGPL v3.0 License](LICENSE).\n\n## Support\n\nFor support, you can create an issue on our [GitHub Issues](https://github.com/josericardopenase/foldercolors/issues) page.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosericardopenase%2Ffoldercolors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosericardopenase%2Ffoldercolors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosericardopenase%2Ffoldercolors/lists"}