{"id":17989587,"url":"https://github.com/evilfreelancer/1c-repository-maker","last_synced_at":"2025-11-03T17:01:28.741Z","repository":{"id":110656204,"uuid":"68376456","full_name":"EvilFreelancer/1c-repository-maker","owner":"EvilFreelancer","description":"A collection of scripts to create a repository of deb or rpm packages 1C thin client.","archived":false,"fork":false,"pushed_at":"2017-07-03T01:54:53.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T15:15:43.325Z","etag":null,"topics":["1c","1c-packages","deb","maker","makers","repository","thin-client"],"latest_commit_sha":null,"homepage":"http://1c.drteam.rocks","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/EvilFreelancer.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}},"created_at":"2016-09-16T12:05:35.000Z","updated_at":"2023-09-08T17:14:52.000Z","dependencies_parsed_at":"2023-04-14T18:32:43.755Z","dependency_job_id":null,"html_url":"https://github.com/EvilFreelancer/1c-repository-maker","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvilFreelancer%2F1c-repository-maker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvilFreelancer%2F1c-repository-maker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvilFreelancer%2F1c-repository-maker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvilFreelancer%2F1c-repository-maker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EvilFreelancer","download_url":"https://codeload.github.com/EvilFreelancer/1c-repository-maker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247117749,"owners_count":20886439,"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":["1c","1c-packages","deb","maker","makers","repository","thin-client"],"created_at":"2024-10-29T19:15:00.835Z","updated_at":"2025-11-03T17:01:23.401Z","avatar_url":"https://github.com/EvilFreelancer.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"![1C Logo](http://drteam.rocks/images/1c-repo-maker/1c_x200.jpg)\n\n# 1C Thin Client Repository Maker\n\nA collection of scripts to create a repository of deb or rpm packages 1C thin client.\n\n## How to get and use\n\n    git clone git@github.com:EvilFreelancer/1c-repository-maker.git\n    cd 1c-repository-maker\n    ./scripts/1c.sh\n\nAfter this the program starts to download files from the 1C site.\n\n## Automate it\n\nYou can automate packages update via Cron, for example:\n\n    # Update 1C packages\n    0 1 * * * /opt/scripts/1c-repository-maker/scripts/1c.sh\n\n__Warning: Absolute path is important!__\n\nThis example mean: \"Run script every day at 0 hours 0 minutes\", more details you can find on [Wikipedia](https://en.wikipedia.org/wiki/Cron#Overview).\n\n## Web-server configuration examples\n\n### NGINX\n\n    server {\n        listen 80;\n        server_name 1c.example.com;\n        root /path/to/repo/public;\n        charset utf8;\n        server_tokens off;\n    \n        location / {\n            autoindex on;\n            autoindex_exact_size off;\n            autoindex_localtime on;\n        }\n    }\n\n### Apache\n\n    Alias / /path/to/repo/public/\n    \u003cDirectory /path/to/repo/public\u003e\n            Options +Indexes\n            AllowOverride None\n            order allow,deny\n            allow from all\n    \u003c/Directory\u003e\n\n## Depends on\n\n* bash\n* wget\n* dpkg-scanpackages (from dpkg-dev)\n* createrepo\n* gzip\n\nCommand for installing of all dependencies on Debian/Ubuntu:\n\n    apt-get install bash wget dpkg-dev createrepo gzip\n\n## Some links\n\n* [Download page of 1C thin client](https://1cfresh.com/articles/thin_install_linux)\n* [Working repository with 1C packages](http://1c.drteam.rocks/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevilfreelancer%2F1c-repository-maker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevilfreelancer%2F1c-repository-maker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevilfreelancer%2F1c-repository-maker/lists"}