{"id":22526197,"url":"https://github.com/lexkrstn/wallbase","last_synced_at":"2026-04-16T05:31:21.095Z","repository":{"id":96026059,"uuid":"534827075","full_name":"lexkrstn/wallbase","owner":"lexkrstn","description":"An open-source user-driven wallpaper gallery website.","archived":false,"fork":false,"pushed_at":"2022-10-29T17:32:10.000Z","size":986,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-22T06:35:29.556Z","etag":null,"topics":["gallery","nextjs","react","typescript","wallpaper-engine","website"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/lexkrstn.png","metadata":{"files":{"readme":"README.md","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,"zenodo":null}},"created_at":"2022-09-09T22:41:51.000Z","updated_at":"2022-09-10T21:06:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"d7bad3fc-b269-404d-85b1-5b2a2c5a2430","html_url":"https://github.com/lexkrstn/wallbase","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lexkrstn/wallbase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexkrstn%2Fwallbase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexkrstn%2Fwallbase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexkrstn%2Fwallbase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexkrstn%2Fwallbase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lexkrstn","download_url":"https://codeload.github.com/lexkrstn/wallbase/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexkrstn%2Fwallbase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31872614,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"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":["gallery","nextjs","react","typescript","wallpaper-engine","website"],"created_at":"2024-12-07T06:14:13.199Z","updated_at":"2026-04-16T05:31:21.070Z","avatar_url":"https://github.com/lexkrstn.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wallbase\n\n![build](https://github.com/lexkrstn/wallbase/actions/workflows/build.yml/badge.svg)\n\nWallbase is a user-driven wallpaper gallery social network. All content is\nprovided by the uploaders.\n\nCurrent status: under development.\n\n## Installation on a local dev machine\n\n### Option 1: as a docker container\n\n\u003e This option is recommended if you either got a powerful enough machine\n\u003e to run the application in Docker containers or Linux the OS.\n\n1. Install Docker\n2. The first time you run the app execute:\n   ```bash\n   npm run docker:dev -- up --build\n   ```\n   (with the `--build` flag at the end)\n3. The next time you'll be able to startup the dev server without the `--build`\n   flag:\n   ```bash\n   npm run docker:dev -- up\n   ```\n\n### Option 2: as a standalone app\n\n\u003e This option is NOT recommended if you either got  a powerful enough machine\n\u003e to run the application in Docker containers or Linux as the OS.\n\n1. Install NodeJS, PostgreSQL\n2. Install GraphicsMagick. On MacOS:\n   ```bash\n   brew install graphicsmagick\n   ```\n   On Ubuntu:\n   ```bash\n   sudo apt install graphicsmagick\n   ```\n3. Run:\n   ```bash\n   cd \u003cPROJECT_DIR\u003e\n   npm run generate-dotenv\n   npm run knex migrate:latest\n   npm run knex seed:run\n   npm run dev\n   ```\n4. Browse [http://localhost:3000](http://localhost:3000)\n\n## Development\n\n- To run the development server:\n  - As a standalone app:\n    ```bash\n    npm run dev\n    ```\n  - A a docker container:\n    ```bash\n    npm run docker:dev -- up\n    ```\n- To run the linter:\n  ```bash\n  npm run lint\n  ```\n\n### Packages\n\n- `dotenv` - loads *.env file data into process.env.* skipping existing vars\n- `knex` - SQL query builder\n- `db-errors` - provides wrapping PostgreSQL errors into separate classes\n  (e.g. `UniqueViolationError`).\n- `pg` - PostgreSQL client required by knex\n- `passport` - to support authorization with social networks\n- `formidable` - server side image uploading\n- `zod` - typesafe validator\n- `swr` - react hooks for data fetching (similar to react-query)\n- `gm` - GraphicsMagick wrapper\n- `geoip-lite` - free version of MaxMind's GeoIP database\n- `cookie` - cookie parser / serializer\n- `country-data` - large JSON files with country info (names, codes, langs, etc)\n- `@fortawesome/*` - svg icons\n- `country-code-emoji` - converts country codes to emoji country flags\n- `ts-node` - typescript executor for standalone scripts in scripts/*\n- `tsconfig-paths` - plugin for ts-node that loads path aliases from tsconfig\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexkrstn%2Fwallbase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flexkrstn%2Fwallbase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexkrstn%2Fwallbase/lists"}