* disable image optimizations for logo to prevent caching issues with custom logos ([3891900](https://github.com/stonith404/pingvin-share/commit/38919003e9091203b507d0f0b061f4a1835ff4f4))
* memory leak while downloading large files ([97e7d71](https://github.com/stonith404/pingvin-share/commit/97e7d7190dfe219caf441dffcd7830c304c3c939))
pm2 start --name="pingvin-share-frontend" npm -- run start
```
**Uploading Large Files**: By default, Pingvin Share uses a built-in reverse proxy to reduce the installation steps. However, this reverse proxy is not optimized for uploading large files. If you wish to upload larger files, you can either use the Docker installation or set up your own reverse proxy. An example configuration for Nginx can be found in `/nginx/nginx.conf`.
The website is now listening on `http://localhost:3000`, have fun with Pingvin Share 🐧!
"account.reverseShares.modal.delete.description":"Do you really want to delete this reverse share? If you do, the associated shares will be deleted as well.",
// END /account/reverseShares
// /admin
"admin.title":"Administration",
"admin.button.users":"User management",
"admin.button.config":"Configuration",
"admin.version":"Version",
// END /admin
// /admin/users
"admin.users.title":"User management",
"admin.users.table.username":"Username",
"admin.users.table.email":"Email",
"admin.users.table.admin":"Admin",
"admin.users.edit.update.title":"Update user {username}",
"admin.config.email.enable-share-email-recipients.description":"Whether to allow emails to share recipients. Only enable this if you have enabled SMTP.",
"admin.config.email.share-recipients-message.description":"Message which gets sent to the share recipients. Available variables:\n {creator} - The username of the creator of the share\n {shareUrl} - The URL of the share\n {desc} - The description of the share\n {expires} - The expiration date of the share\n The variables will be replaced with the actual value.",
"admin.config.email.reverse-share-subject.description":"Subject of the email which gets sent when someone created a share with your reverse share link.",
"admin.config.email.reverse-share-message.description":"Message which gets sent when someone created a share with your reverse share link. {shareUrl} will be replaced with the creator's name and the share URL.",
"admin.config.email.reset-password-message.description":"Message which gets sent when a user requests a password reset. {url} will be replaced with the reset password URL.",
"admin.config.email.invite-message.description":"Message which gets sent when an admin invites a user. {url} will be replaced with the invite URL and {password} with the password.",
"admin.config.share.zip-compression-level.description":"Adjust the level to balance between file size and compression speed. Valid values range from 0 to 9, with 0 being no compression and 9 being maximum compression. ",
"admin.config.smtp.enabled":"Enabled",
"admin.config.smtp.enabled.description":"Whether SMTP is enabled. Only set this to true if you entered the host, port, email, user and password of your SMTP server.",
"admin.config.smtp.host":"Host",
"admin.config.smtp.host.description":"Host of the SMTP server",
"admin.config.smtp.port":"Port",
"admin.config.smtp.port.description":"Port of the SMTP server",
"admin.config.smtp.email":"Email",
"admin.config.smtp.email.description":"Email address which the emails get sent from",
"admin.config.smtp.username":"Username",
"admin.config.smtp.username.description":"Username of the SMTP server",
"admin.config.smtp.password":"Password",
"admin.config.smtp.password.description":"Password of the SMTP server",
"admin.config.smtp.button.test":"Send test email",
// 404
"404.description":"Oops this page doesn't exist.",
"404.button.home":"Bring me back home",
// Common translations
"common.button.save":"Save",
"common.button.create":"Create",
"common.button.submit":"Submit",
"common.button.delete":"Delete",
"common.button.cancel":"Cancel",
"common.button.confirm":"Confirm",
"common.button.disable":"Disable",
"common.button.share":"Share",
"common.button.generate":"Generate",
"common.button.done":"Done",
"common.text.link":"Link",
"common.text.or":"or",
"common.button.go-back":"Go back",
"common.notify.copied":"Your link was copied to the clipboard",
"format":"cd frontend && npm run format && cd ../backend && npm run format",
"lint":"cd frontend && npm run lint && cd ../backend && npm run lint",
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.