{"id":21726729,"url":"https://github.com/escalate/myclient","last_synced_at":"2026-05-08T10:03:37.493Z","repository":{"id":61163612,"uuid":"100585055","full_name":"escalate/myclient","owner":"escalate","description":"My client is managed with make","archived":false,"fork":false,"pushed_at":"2026-03-19T14:34:06.000Z","size":236,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-20T00:30:17.658Z","etag":null,"topics":["client","make","makefile"],"latest_commit_sha":null,"homepage":"","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/escalate.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"custom":"https://paypal.me/felixboerner"}},"created_at":"2017-08-17T09:14:58.000Z","updated_at":"2026-03-19T14:16:09.000Z","dependencies_parsed_at":"2026-01-23T18:00:55.225Z","dependency_job_id":null,"html_url":"https://github.com/escalate/myclient","commit_stats":null,"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/escalate/myclient","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escalate%2Fmyclient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escalate%2Fmyclient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escalate%2Fmyclient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escalate%2Fmyclient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/escalate","download_url":"https://codeload.github.com/escalate/myclient/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escalate%2Fmyclient/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290936,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: 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":["client","make","makefile"],"created_at":"2024-11-26T03:39:33.426Z","updated_at":"2026-04-01T18:39:30.962Z","avatar_url":"https://github.com/escalate.png","language":"Shell","funding_links":["https://paypal.me/felixboerner"],"categories":[],"sub_categories":[],"readme":"[![Test](https://github.com/escalate/myclient/actions/workflows/test.yml/badge.svg?branch=master\u0026event=push)](https://github.com/escalate/myclient/actions/workflows/test.yml)\n\n# My Client\n\n... is managed with make\n\n## Requirements\n\n- OS: Ubuntu 24.04 LTS\n\n## Secrets\n\n- All secrets or stored in a separate directory named `~/secrets/`\n- Make sure `~/secrets/` directory exists before bootstrapping the system\n\n## Bootstrap\n\n- To bootstrap a blank system just run the following command\n\n```bash\ncurl --silent --show-error --location https://raw.githubusercontent.com/escalate/myclient/master/scripts/bootstrap.sh | bash\n```\n\n## Home directory\n\n- Copy backup archives manually from NAS to local client\n\n- Extract all backup archives\n\n```bash\ncd [RESTOREDIR]\nfind . -name \"*.tar.bz2\" -type f -exec tar xvjf {} \\;\n```\n\n- Move content of extracted archives to corresponding home directory equivalents e.g. ~/Documents\n\n```bash\nrm -rf ~/Documents/\nmv [RESTOREDIR]/Documents ~/Documents/\n```\n\n## Manual settings\n\n### Files - Location bookmarks\n\n- Open Files\n  - Other Locations -\u003e smb://...\n  - Right click -\u003e Add Bookmark\n\n### Gnome Shell - Extensions\n\n- Open Google Chrome\n  - Install [GNOME Shell-Integration](https://chrome.google.com/webstore/detail/gnome-shell-integration/gphhapmejobijbbhgpjhcjognlahblep) addon\n  - Install [GNOME Extensions](https://extensions.gnome.org)\n    - [Caffeine](https://extensions.gnome.org/extension/517/caffeine/)\n    - [Frippery Move Clock](https://extensions.gnome.org/extension/2/move-clock/)\n    - [Notification Banner Position](https://extensions.gnome.org/extension/4105/notification-banner-position/)\n\n### VirtualBox\n\n#### Extension Pack\n\n- Download [Extension Pack](https://www.virtualbox.org/wiki/Downloads)\n- Import .vbox-extpack file\n  - File -\u003e Tools -\u003e Extension Pack Manager\n\n#### Restore VMs\n\n- Machine -\u003e Add...\n- Open .vbox file\n\n### Visual Studio Code - Extensions\n\n- Open VSCode\n  - Open Extensions tab\n    - [Ansible-vault](https://marketplace.visualstudio.com/items?itemName=dhoeric.ansible-vault)\n    - [Ansible](https://marketplace.visualstudio.com/items?itemName=redhat.ansible)\n    - [Better Jinja](https://marketplace.visualstudio.com/items?itemName=samuelcolvin.jinjahtml)\n    - [Black Formatter](https://marketplace.visualstudio.com/items?itemName=ms-python.black-formatter)\n    - [Claude Code](https://marketplace.visualstudio.com/items?itemName=anthropic.claude-code)\n    - [Container Tools](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-containers)\n    - [Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)\n    - [Docker DX](https://marketplace.visualstudio.com/items?itemName=docker.docker)\n    - [EditorConfig](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig)\n    - [Flake8](https://marketplace.visualstudio.com/items?itemName=ms-python.flake8)\n    - [GitHub Actions](https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-github-actions)\n    - [GitHub Copilot Chat](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat)\n    - [GitHub Copilot](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot)\n    - [GitLab Workflow](https://marketplace.visualstudio.com/items?itemName=GitLab.gitlab-workflow)\n    - [Hadolint](https://marketplace.visualstudio.com/items?itemName=exiasr.hadolint)\n    - [HashiCorp Terraform](https://marketplace.visualstudio.com/items?itemName=HashiCorp.terraform)\n    - [isort](https://marketplace.visualstudio.com/items?itemName=ms-python.isort)\n    - [Kubernetes](https://marketplace.visualstudio.com/items?itemName=ms-kubernetes-tools.vscode-kubernetes-tools)\n    - [Make support and task provider](https://marketplace.visualstudio.com/items?itemName=carlos-algms.make-task-provider)\n    - [Makefile Tools](https://marketplace.visualstudio.com/items?itemName=ms-vscode.makefile-tools)\n    - [Pylance](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)\n    - [Python Debugger](https://marketplace.visualstudio.com/items?itemName=ms-python.debugpy)\n    - [Python Environments](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-python-envs)\n    - [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python)\n    - [Ruff](https://marketplace.visualstudio.com/items?itemName=charliermarsh.ruff)\n    - [ShellCheck](https://marketplace.visualstudio.com/items?itemName=timonwong.shellcheck)\n    - [shfmt](https://marketplace.visualstudio.com/items?itemName=mkhl.shfmt)\n    - [SonarQube for IDE](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarlint-vscode)\n    - [YAML](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml)\n\n### Stacher7\n\n- URL: https://stacher.io/\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fescalate%2Fmyclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fescalate%2Fmyclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fescalate%2Fmyclient/lists"}