Skip to content

Commit

Permalink
Rebrand
Browse files Browse the repository at this point in the history
  • Loading branch information
CaramelFur committed Mar 15, 2023
1 parent b7b5d70 commit 0e1146f
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# These are supported funding model platforms

github: rubikscraft
github: caramelfur
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

Picsur - An easy to use, selfhostable image sharing service like Imgur
Copyright (C) 2022 Rubikscraft <[email protected]>
Copyright (C) 2022 Caramel <[email protected]>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
Expand Down
4 changes: 2 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.5.1",
"description": "Backend for Picsur",
"license": "GPL-3.0",
"repository": "https://github.com/rubikscraft/Picsur",
"author": "Rubikscraft <[email protected]>",
"repository": "https://github.com/caramelfur/Picsur",
"author": "Caramel <[email protected]>",
"type": "module",
"main": "dist/main.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.5.1",
"description": "Frontend for Picsur",
"license": "GPL-3.0",
"repository": "https://github.com/rubikscraft/Picsur",
"author": "Rubikscraft <[email protected]>",
"repository": "https://github.com/caramelfur/Picsur",
"author": "Caramel <[email protected]>",
"type": "module",
"scripts": {
"ng": "ng",
Expand Down
6 changes: 3 additions & 3 deletions frontend/src/app/components/footer/footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
Made with
<span class="material-icons-outlined heart"> favorite_border </span>
by
<a class="link-unstyled" href="https://rubikscraft.nl" target="_blank">
Rubikscraft
<a class="link-unstyled" href="https://caramelfur.dev" target="_blank">
Caramel
</a>

{{ isDemo ? ' - Demo Version' : '' }}
Expand All @@ -16,7 +16,7 @@
&nbsp;-
{{ version }}
-
<a class="link-unstyled" href="https://github.com/rubikscraft/picsur">
<a class="link-unstyled" href="https://github.com/caramelfur/picsur">
Source Code
</a>
</span>
Expand Down
6 changes: 3 additions & 3 deletions frontend/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<link rel="stylesheet" href="/assets/css/loading.css" />
<link rel="stylesheet" href="/assets/css/normalize.min.css" />

<meta name="author" content="Rubikscraft" />
<meta name="author" content="Caramel" />
<meta
name="description"
content="Picsur is an opsource solution for easy image sharing."
Expand All @@ -24,10 +24,10 @@
<meta property="og:title" content="Picsur" />
<meta property="og:site_name" content="Picsur" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://picsur.rubikscraft.nl" />
<meta property="og:url" content="https://picsur.org" />
<meta
property="og:image"
content="https://picsur.rubikscraft.nl/assets/branding/logo/picsur.svg"
content="https://picsur.org/assets/branding/logo/picsur.svg"
/>
<meta
property="og:description"
Expand Down
4 changes: 2 additions & 2 deletions shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.5.1",
"description": "Shared libraries for Picsur",
"license": "GPL-3.0",
"repository": "https://github.com/rubikscraft/Picsur",
"author": "Rubikscraft <[email protected]>",
"repository": "https://github.com/caramelfur/Picsur",
"author": "Caramel <[email protected]>",
"type": "module",
"main": "./dist/index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion support/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

PACKAGE_URL="ghcr.io/rubikscraft/picsur"
PACKAGE_URL="ghcr.io/caramelfur/picsur"

if [ "$1" == "alpha" ]; then
PACKAGE_URL="$PACKAGE_URL-alpha"
Expand Down
2 changes: 1 addition & 1 deletion support/picsur-stage2.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This dockerfile than builds the production dependencies and the final image

# Always fetch amd64 image
FROM ghcr.io/rubikscraft/picsur-alpha-stage1:latest AS BUILDER_STAGE1
FROM ghcr.io/caramelfur/picsur-alpha-stage1:latest AS BUILDER_STAGE1

FROM node:18-alpine AS BUILDER_STAGE2

Expand Down
2 changes: 1 addition & 1 deletion support/picsur.docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
picsur:
image: ghcr.io/rubikscraft/picsur:latest
image: ghcr.io/caramelfur/picsur:latest
container_name: picsur
ports:
- '8080:8080'
Expand Down

0 comments on commit 0e1146f

Please sign in to comment.