{"id":50642011,"url":"https://github.com/kyrylo/justfuckinguse.com","last_synced_at":"2026-06-07T09:02:58.434Z","repository":{"id":330176800,"uuid":"1119211770","full_name":"kyrylo/justfuckinguse.com","owner":"kyrylo","description":"The no-bullshit hub for all \"Just Fucking Use X\" sites.","archived":false,"fork":false,"pushed_at":"2026-03-23T02:25:08.000Z","size":123,"stargazers_count":17,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-23T22:39:38.506Z","etag":null,"topics":["ai","css","docker","html","http","laravel","rails","react","tailwindcss"],"latest_commit_sha":null,"homepage":"https://justfuckinguse.com","language":"HTML","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/kyrylo.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-18T23:31:16.000Z","updated_at":"2026-03-23T02:25:11.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/kyrylo/justfuckinguse.com","commit_stats":null,"previous_names":["kyrylo/justfuckinguse.com"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kyrylo/justfuckinguse.com","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyrylo%2Fjustfuckinguse.com","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyrylo%2Fjustfuckinguse.com/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyrylo%2Fjustfuckinguse.com/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyrylo%2Fjustfuckinguse.com/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kyrylo","download_url":"https://codeload.github.com/kyrylo/justfuckinguse.com/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyrylo%2Fjustfuckinguse.com/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34014821,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-07T02:00:07.652Z","response_time":124,"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":["ai","css","docker","html","http","laravel","rails","react","tailwindcss"],"created_at":"2026-06-07T09:02:56.656Z","updated_at":"2026-06-07T09:02:58.429Z","avatar_url":"https://github.com/kyrylo.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JUST FUCKING USE...\n\n![](/screenshots/01.png)\n\nThis site is managed by [Skiff](https://github.com/basecamp/kamal-skiff).\n\n## Local development\n\nIf you have a Ruby environment available, you can install Skiff globally with:\n\n```sh\ngem install kamal-skiff\n```\n\n...otherwise, you can run a dockerized version via an alias (add this to your .bashrc or similar to simplify re-use). On macOS, use:\n\n```sh\nalias skiff=\"docker run -it --rm -v '${PWD}:/workdir' -v '/run/host-services/ssh-auth.sock:/run/host-services/ssh-auth.sock' -e SSH_AUTH_SOCK='/run/host-services/ssh-auth.sock' -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/basecamp/kamal-skiff:latest\"\n```\n\nThen run `skiff dev` to start the development server.\n\n## Deploying changes to production (or staging)\n\nChanges checked into git are automatically pulled onto the Skiff server every 10 seconds. So all you have to do is checkin your changes and push them.\n\nIf you need to change the nginx configuration in `config/server.conf`, make your changes to that file, check them into git and push, and then run `skiff restart` to test the configuration file and restart the server if it's valid.\n\n## Deploying the site for the first time\n\nFirst ensure that you've set `GIT_URL` to a repository address with a valid access token embedded in the `.env` file. This access token must have access to pull from the git repository in question (see [personal access tokens for GitHub](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens) for an example).\n\nThen you must also setup an access token for your Docker image repository (see [Create and manage access tokens for Docker Hub](https://docs.docker.com/security/for-developers/access-tokens/) for an example).\n\nFinally, you must add the server address into `config/deploy.yml`, and ensure that the image and repository configurations are correct.\n\nNow you're ready to run `skiff deploy` to deploy your site to the server. This will install Docker on your server (using `apt-get`), if it isn't already available.\n\n## Flushing etag caches after changing include files\n\nSkiff uses [Server Side Includes](https://nginx.org/en/docs/http/ngx_http_ssi_module.html), which can change independently of your individual HTML files. When that happens, the caching etags for those latter files will not be updated automatically to reflect the change. You can run `skiff flush` to touch all the public HTML files, which will flush the etag cache.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyrylo%2Fjustfuckinguse.com","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkyrylo%2Fjustfuckinguse.com","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyrylo%2Fjustfuckinguse.com/lists"}