{"id":18579232,"url":"https://github.com/faust64/myartgallery-core","last_synced_at":"2025-05-16T02:13:06.559Z","repository":{"id":76091534,"uuid":"74891999","full_name":"faust64/myArtGallery-core","owner":"faust64","description":null,"archived":false,"fork":false,"pushed_at":"2020-09-04T08:27:04.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-17T15:51:48.747Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/faust64.png","metadata":{"files":{"readme":"README","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":"2016-11-27T14:15:21.000Z","updated_at":"2020-09-04T08:27:03.000Z","dependencies_parsed_at":"2023-05-22T11:00:14.616Z","dependency_job_id":null,"html_url":"https://github.com/faust64/myArtGallery-core","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/faust64%2FmyArtGallery-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faust64%2FmyArtGallery-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faust64%2FmyArtGallery-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faust64%2FmyArtGallery-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/faust64","download_url":"https://codeload.github.com/faust64/myArtGallery-core/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254453625,"owners_count":22073618,"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":[],"created_at":"2024-11-06T23:39:33.584Z","updated_at":"2025-05-16T02:13:06.540Z","avatar_url":"https://github.com/faust64.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"SETUP INSTRUCTIONS:\n\nInstall node (or nodejs, depending on your system), npm and nginx (or any\nwebserver emedding proxy features).\n\nAssuming a small setup (everything embedded on one host), you may also want to\ninstall mongo server on your host. Otherwise, modify MONGO_HOST, MONGO_PORT and\nMONGO_DATABASE according to your setup.\n\nmodify $(INSTALL_ROOT)/app.js so that BIN_PATH = $(INSTALL_ROOT)/bin/\nmake sure your nodejs service starts on boot. Eventually: monitor its status,\nrestart it when it vanishes (should'nt happend, yet I can't promise everything's\nperfectly working as of right now), ...\n\nremove your webservers' default vhost\nadd and enable the following:\n---- sample vhost ----\nupstream myAppGalery {\n    server 127.0.0.1:8080;\n}\n\nserver {\n    listen 80;\n    root /var/www;\n    index index.html;\n    server_name myartgallery.unetresgrossebite.com;\n\n    location / {\n\ttry_files $uri $uri/ /index.html;\n    }\n\n    location /artists/ {\n\tproxy_redirect off;\n\tproxy_pass http://myAppGalery/artists/;\n    }\n    location /artworks/ {\n\tproxy_redirect off;\n\tproxy_pass http://myAppGalery/artworks/;\n    }\n    location /events/ {\n\tproxy_redirect off;\n\tproxy_pass http://myAppGalery/events/;\n    }\n    location /count/artists/ {\n\tproxy_redirect off;\n\tproxy_pass http://myAppGalery/count/artists/;\n    }\n    location /count/artworks/ {\n\tproxy_redirect off;\n\tproxy_pass http://myAppGalery/count/artworks/;\n    }\n    location /count/events/ {\n\tproxy_redirect off;\n\tproxy_pass http://myAppGalery/count/events/;\n    }\n    location /search/artists/ {\n\tproxy_redirect off;\n\tproxy_pass http://myAppGalery/search/artists/;\n    }\n    location /search/artworks/ {\n\tproxy_redirect off;\n\tproxy_pass http://myAppGalery/search/artworks/;\n    }\n    location /search/events/ {\n\tproxy_redirect off;\n\tproxy_pass http://myAppGalery/search/events/;\n    }\n    location /top/artists/ {\n\tproxy_redirect off;\n\tproxy_pass http://myAppGalery/top/artists/;\n    }\n    location /top/artworks/ {\n\tproxy_redirect off;\n\tproxy_pass http://myAppGalery/top/artworks/;\n    }\n    location /top/events/ {\n\tproxy_redirect off;\n\tproxy_pass http://myAppGalery/top/events/;\n    }\n}\n---- / ----\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaust64%2Fmyartgallery-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaust64%2Fmyartgallery-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaust64%2Fmyartgallery-core/lists"}