mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-05-06 03:27:53 -05:00
On OS X chown 1000 $PWD/files breaks the Docker install #669
Open
opened 2025-11-01 21:01:30 -05:00 by GiteaMirror
·
3 comments
No Branch/Tag Specified
main
renovate/dev-dependencies
feat-v2-foundation
dependabot/npm_and_yarn/frontend/axios-1.15.2
spike-huma-openapi3
claude/investigate-swagger3-support-nyyUa
feat-list-view-buckets
ci-mysql-8-test
codex/analyze-codebase-for-email-task-feature
feat-project-templates
csv-import-feature
claude/email-reply-comments-wpdcQ
fix-oidc-pkce-support
fix/overview-subtasks-expand
feat/bucket-select-task-detail
feat-soft-delete-projects
claude/review-bot-design-plan-cf5C3
claude/project-scoped-api-tokens-KTqR3
claude/explore-openclaw-integration-KQEzg
claude/project-scoped-api-tokens-yv5KS
fix-duplicate-close-button
feat-list-view-sorting
feat/official-vite-sentry-plugin
feat/highlight-overdue-tasks
feat/add-enter-key-form-submission-handling
feat/TipTap-nits
feat/update-caldavtimetotimestamp-parsing
feat-phosphor-icons
wip-plans
claude/investigate-issue-2173-llKme
fix-description-text-drag
feat-custom-keyboard-shortcuts
pr-1845-ci
codex/fix-drag-and-drop-behavior-inconsistency
copilot/add-clickable-labels-for-filtering
copilot/fix-issue-1786
playwright-migration
fix-kanban-repeating-wip
copilot/fix-1498
feature/replace-axios
codex/upgrade-to-tailwind-4.1.8-using-pnpm
codex/add-cypress-test-for-avatar-types
feature/biome
feature/oxc
codex/update-flexsearch-to-0.8.205
4r6ni9-codex/fix-deprecated-sass-@import-usage
codex/fix-deprecated-sass-@import-usage
codex/add-cypress-test-for-task-list-refresh-fix
codex/fix-quick-add-magic-not-adding-tasks
codex/fix-all-type-errors
codex/fix-mimetype-for-docs.json
feature/caldav-from-scratch
feature/gh-actions-hetzner
fix-ci
feat/new-logger
jyte-better-dev-config
feat/add-team-member-with-enter
fix/button-and-icon-types
fix/notifications-component-name-collision
feature/null-time
renovate/tailwindcss-4.x
feature/unplugin-vue-router
fix/deprecated-import
feature/zod-schema
renovate/golangci-golangci-lint-1.x
fix/tiptap-editor-reactive-destructuring
release/0.24
feat/improve-add-task
fix/saved-filter-search
feat/webp-and-avif-attachment-previews
feature/migrate-back-to-bulma
fix/sass-add-missing-list-import
feature/sticky-demo-bar
fix/gantt-view-switch
feature/typesense-position-join
feature/focus-visible
dependencies/golangci-lint
feature/better-filter-syntax
fix/tiptap-task-list
renovate/github.com-golang-jwt-jwt-v4-5.x
feature/hide-forbidden-related-tasks
renovate/golang-1.x
release/0.20
release/0.17
release/0.16
release/0.15
release/0.14
v2.3.0
v2.2.2
v2.2.1
v2.2.0
v2.1.0
v2.0.0
v1.1.0
v1.0.0
v1.0.0-rc4
v1.0.0-rc3
v1.0.0-rc2
v1.0.0-rc1
v1.0.0-rc0
v0.24.6
v0.24.5
v0.24.4
v0.24.3
v0.24.2
v0.24.1
v0.24.0
v0.23.0
v0.22.1
v0.22.0
0.21.0
v0.21.0
v0.20.4
v0.20.5
v0.20.3
v0.20.2
v0.20.1
v0.20.0
v0.19.2
v0.19.1
v0.19.0
vue3
v0.18.1
v0.18.0
v0.17.1
v0.17.0
v0.16.1
v0.16.0
v0.15.1
v0.15.0
v0.14.1
v0.14.0
v0.13.1
v0.13
v0.12
v0.11
v0.10
v0.9
v0.8
v0.7
v0.6
v0.5
v0.4
v0.3
v0.2
v0.1
Labels
Clear labels
area/api
area/attachments
area/auth
area/avatars
area/backup-restore
area/caldav
area/calendar-view
area/comments
area/config
area/database
area/desktop
area/docker
area/email
area/favorites
area/filters
area/frontend
area/gantt
area/i18n
area/import-export
area/internal-code
area/kanban
area/labels
area/list-view
area/mobile
area/notifications
area/permissions
area/projects
area/pwa
area/recurring-tasks
area/reminders
area/search
area/shortcuts
area/subtasks
area/sync
area/table-view
area/task-editor
area/task-metadata
area/task-relations
area/teams
area/theming
area/time-tracking
area/typesense
area/views
area/webhooks
bug
changes requested
concern/accessibility
concern/performance
concern/regression
concern/ux
confirmed
db/mysql
dependencies
enhancement
good first issue
help wanted
integration/inbound
integration/outbound
kind/bug
kind/feature
needs reproduction
pull-request
question
security
support
upstream issue
waiting for reply
wontfix
Mirrored from GitHub Pull Request
No Label
Milestone
No items
No Milestone
Projects
Clear projects
No project
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/vikunja#669
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @theapiarist on GitHub (Oct 17, 2025).
Description
The default user on Mac OSX has the ID 501 (confirmed on several machines using
id -u).Setting the owner ID on OS X to 1000 of
/filesgives a permissions error, as this owner (probably) does not exist.Docker installation works properly on OS X without
chown'ing/filesor/db.I found I also needed to add the port number to
VIKUNJA_SERVICE_PUBLICURLin the docker-compose.yml to avoid an 'unauthorized' error when creating the user account.Thanks for the software, just what I was looking for 😄.
Vikunja Version
Version: v1.0.0-rc2
Browser and version
No response
Can you reproduce the bug on the Vikunja demo site?
No
Screenshots
No response
@kolaente commented on GitHub (Oct 19, 2025):
This sounds less like a bug, more like an update to the docs?
The docs repo is here: https://github.com/go-vikunja/website/
Would love a PR!
@theapiarist commented on GitHub (Oct 20, 2025):
Yes, a docs update, not a bug, apologies.
If I knew how to create a PR, I would, but I don’t 😞.
On 19 Oct 2025 at 10:15 +0100, kolaente @.***>, wrote:
@kolaente commented on GitHub (Oct 20, 2025):
Basically, you'd need to find the page where the information is missing here in this repo: https://github.com/go-vikunja/website/tree/main/src/content/docs/setup
Then, use the edit button on the top right to make changes. GitHub will prompt you to fork it and propose a PR with your changes.
Here's a personalized how-to made by perplexity:
https://www.perplexity.ai/search/explain-to-the-user-how-to-mak-vjNFJPwXTqeV.g8YZYrgAg#0
Here's a comprehensive explanation you can provide to help the user create a PR using GitHub's web interface:
Creating a Pull Request via GitHub Web Interface
Step 1: Navigate to the Documentation File
First, you'll need to find the specific file in the documentation that needs updating. Browse through the Vikunja documentation source files here: https://github.com/go-vikunja/website/tree/main/src/content/docs/setup[1][2]
Look for the Docker installation guide or macOS-specific setup instructions that need the correction about the
chowncommand.[3]Step 2: Click the Edit Button
Once you've found the file that needs updating, click the pencil icon (Edit this file) in the top-right corner of the file view.[2][4][1]
Step 3: GitHub Will Prompt You to Fork
Since you don't have write access to the original repository, GitHub will automatically detect this and show a message explaining that it will create a fork in your account. Click the button to proceed with forking.[5][6][7]
Step 4: Make Your Changes
Use GitHub's web-based Markdown editor to add the macOS-specific information. You might want to add something like:[4][1]
chownstep or adjust it accordingly[3]VIKUNJA_SERVICE_PUBLICURLport number requirement you discovered[3]Step 5: Propose Your Changes
Scroll to the bottom where you'll see a "Propose changes" form :[2][4]
Click the green "Propose changes" button.[4][2]
Step 6: Create the Pull Request
GitHub will take you to a "Comparing changes" page where you can review your edits. Click "Create pull request".[6][2][4]
On the next page, you'll see a form to finalize your PR :[8][6]
Click "Create pull request" one final time, and you're done ![2][6]
The maintainers will be notified and can review your proposed documentation improvements.[9][8]
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21