{"id":23529717,"url":"https://github.com/jaid/setup-server","last_synced_at":"2025-05-14T12:30:18.572Z","repository":{"id":38824394,"uuid":"187541338","full_name":"Jaid/setup-server","owner":"Jaid","description":"Some Bash scripts that run when I install a new Ubuntu Server image on one of my servers.","archived":false,"fork":false,"pushed_at":"2024-02-25T22:51:33.000Z","size":531,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-17T03:26:24.079Z","etag":null,"topics":["bash","bash-scripts","boilerplate","cloud-config","cloud-config-repo","cloudconfig","personal","scripts","setup","setup-scripts","setup-server"],"latest_commit_sha":null,"homepage":null,"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/Jaid.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","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}},"created_at":"2019-05-20T00:08:20.000Z","updated_at":"2022-08-22T08:14:45.000Z","dependencies_parsed_at":"2023-01-26T12:45:52.705Z","dependency_job_id":"b9f238e9-5f7f-432d-b466-b705efd449e8","html_url":"https://github.com/Jaid/setup-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaid%2Fsetup-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaid%2Fsetup-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaid%2Fsetup-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaid%2Fsetup-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jaid","download_url":"https://codeload.github.com/Jaid/setup-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254142034,"owners_count":22021449,"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":["bash","bash-scripts","boilerplate","cloud-config","cloud-config-repo","cloudconfig","personal","scripts","setup","setup-scripts","setup-server"],"created_at":"2024-12-25T21:12:48.611Z","updated_at":"2025-05-14T12:30:18.547Z","avatar_url":"https://github.com/Jaid.png","language":"Shell","readme":"# setup-server\n\n## Instruction\n\n### Create config\n\n```bash\nDEBIAN_FRONTEND=noninteractive sudo apt-get --option Acquire::Retries=60 --option Acquire::http::Timeout=180 --yes update \u0026\u0026 DEBIAN_FRONTEND=noninteractive sudo apt-get --option Acquire::Retries=60 --option Acquire::http::Timeout=180 --yes upgrade \u0026\u0026 DEBIAN_FRONTEND=noninteractive sudo apt-get --option Acquire::Retries=60 --option Acquire::http::Timeout=180 --yes install curl \u0026\u0026 mkdir --parents \"$HOME/temp\" \u0026\u0026 curl --location --retry 3 --fail --silent --show-error --header 'Cache-Control: no-cache' https://raw.githubusercontent.com/Jaid/setup-server/main/main/config.bash --output \"$HOME/temp/config.bash\"\n```\n\n### Edit config (optional)\n\n```bash\nnano \"$HOME/temp/config.bash\" \u0026\u0026 cat \"$HOME/temp/config.bash\"\n```\n\n### Run\n\n```bash\nDEBIAN_FRONTEND=noninteractive sudo apt-get --option Acquire::Retries=60 --option Acquire::http::Timeout=180 --yes install git jq \u0026\u0026 curl --location --retry 3 --fail --silent --show-error --header 'Cache-Control: no-cache' https://raw.githubusercontent.com/Jaid/setup-server/main/main/setup.bash --output \"$HOME/temp/setup.bash\" \u0026\u0026 bash -o xtrace \"$HOME/temp/setup.bash\" |\u0026 tee --append \"$HOME/temp/setup.log\"\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaid%2Fsetup-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaid%2Fsetup-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaid%2Fsetup-server/lists"}