{"id":21071865,"url":"https://github.com/iron-e/winvoice-gui","last_synced_at":"2026-05-11T16:01:46.206Z","repository":{"id":182636791,"uuid":"668827709","full_name":"Iron-E/winvoice-gui","owner":"Iron-E","description":"A front-end for winvoice-server, which helps manage of invoices.","archived":false,"fork":false,"pushed_at":"2026-05-04T15:44:10.000Z","size":1329,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-04T17:33:16.782Z","etag":null,"topics":["graphical-user-interface","gui","invoice","invoice-generator","react","typescript","winvoice"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Iron-E.png","metadata":{"files":{"readme":"README.Docker.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":"2023-07-20T17:20:00.000Z","updated_at":"2026-05-04T15:44:14.000Z","dependencies_parsed_at":"2023-10-04T23:06:23.347Z","dependency_job_id":"8e2f00df-c5cf-41e8-9592-312505c13dd0","html_url":"https://github.com/Iron-E/winvoice-gui","commit_stats":null,"previous_names":["iron-e/winvoice-gui"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Iron-E/winvoice-gui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iron-E%2Fwinvoice-gui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iron-E%2Fwinvoice-gui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iron-E%2Fwinvoice-gui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iron-E%2Fwinvoice-gui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Iron-E","download_url":"https://codeload.github.com/Iron-E/winvoice-gui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iron-E%2Fwinvoice-gui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32902254,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"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":["graphical-user-interface","gui","invoice","invoice-generator","react","typescript","winvoice"],"created_at":"2024-11-19T18:54:28.072Z","updated_at":"2026-05-11T16:01:46.181Z","avatar_url":"https://github.com/Iron-E.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# winvoice-gui\n\n## `docker`\n\nA [Dockerfile](./Dockerfile) is provided to run the application in an isolated environment. A database is not included in the image, but is required to start the server.\n\n### Build\n\nRun the following command:\n\n```sh\ndocker build [--build-arg \u003carg\u003e=\u003cvalue\u003e ...] [--tag \u003ctag\u003e] .\n```\n\nFor example:\n\n```sh\ndocker build --build-arg GID=100 --tag winvoice-gui:latest .\n```\n\n#### Arguments\n\n| Name                  | Default  | Description                                           |\n| :--                   | :--      | :--                                                   |\n| `DEFAULT_SERVER_ADDR` | `\"\"`     | The default [`winvoice-server`] address to connect to |\n| `GID`                 | `10001`  | The ID of the created group.                          |\n| `UID`                 | `${GID}` | The ID of the created user.                           |\n\n### Usage\n\n\u003e [!WARN]\n\u003e\n\u003e `winvoice-gui` is built with Next.js, which uses HTTP. It is recommended to:\n\u003e\n\u003e 1. never use `docker run --publish` with `winvoice-gui` images, and\n\u003e 2. use a reverse proxy to enable HTTPS.\n\u003e\n\u003e The `docker compose` integration provides an example of such an HTTPS proxy.\n\u003e\n\u003e See also: https://github.com/vercel/next.js/discussions/10935\n\nAfter building, run:\n\n```sh\ndocker run --expose 3000 --rm \u003cimage-name\u003e\n```\n\n## `docker compose`\n\nA [compose file](./compose.yaml) is provided to run the application. A `postgres` image is included in the configuration.\n\n\u003e [!NOTE]\n\u003e\n\u003e See also the docs for:\n\u003e\n\u003e * [`nginx-proxy`]\n\u003e * [`winvoice-server`]\n\n\u003e [!IMPORTANT]\n\u003e\n\u003e The compose file requires `COMPOSE_EXPERIMENTAL_GIT_REMOTE=1` in the environment. It is possible to remove this requirement by manually merging [`winvoice-server`]'s compose file.\n\n### Build\n\nRun the following command:\n\n```sh\ndocker compose up\n```\n\n#### Secrets\n\n| Name              | Path                      | Description                                                                                   |\n| :-                | :-                        | :-                                                                                            |\n| `proxy-ssl`       | `config/proxy/ssl/`       | See [here](https://github.com/nginx-proxy/nginx-proxy/tree/main/docs#ssl-support)             |\n| `proxy-ssl-cadir` | `config/proxy/ssl-cadir/` | Trust authorities to use within the container. Structured like `/etc/ssl/certs/` in `alpine`. |\n\n[`winvoice-server`]: https://github.com/Iron-E/winvoice-server/blob/master/README.Docker.md\n[`nginx-proxy`]: https://github.com/nginx-proxy/nginx-proxy/blob/main/docs/README.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firon-e%2Fwinvoice-gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firon-e%2Fwinvoice-gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firon-e%2Fwinvoice-gui/lists"}