Skip to content
Snippets Groups Projects
Commit 1816ae50 authored by Nigel Kukard's avatar Nigel Kukard
Browse files

Merge remote-tracking branch 'origin/edge' into nkupdates

parents 06f457f0 3d4478ff
Branches
No related tags found
1 merge request!94Updated to Alpine 3.21
# Copyright (c) 2022-2023, AllWorldIT.
# Copyright (c) 2022-2025, AllWorldIT.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
......
# Copyright (c) 2022-2023, AllWorldIT.
# Copyright (c) 2022-2025, AllWorldIT.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
......
#!/bin/sh
# Copyright (c) 2022-2023, AllWorldIT.
# Copyright (c) 2022-2025, AllWorldIT.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
......
#!/bin/sh
# Copyright (c) 2022-2023, AllWorldIT.
# Copyright (c) 2022-2025, AllWorldIT.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
......
#!/bin/sh
# Copyright (c) 2022-2023, AllWorldIT.
# Copyright (c) 2022-2025, AllWorldIT.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
......
#!/bin/sh
# Copyright (c) 2022-2023, AllWorldIT.
# Copyright (c) 2022-2025, AllWorldIT.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
......
#!/bin/bash
# Copyright (c) 2022-2023, AllWorldIT.
# Copyright (c) 2022-2025, AllWorldIT.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
......
#!/bin/bash
# Copyright (c) 2022-2023, AllWorldIT.
# Copyright (c) 2022-2025, AllWorldIT.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
......@@ -221,6 +221,10 @@ if [ "$MASTODON_MODE" = "web" ]; then
sleep 2
done
# Output keys if we don't have any
if [ -z "$ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY" ]; then
mastodon-rails db:encryption:init
fi
# Check if we need to initialize the database
if [ ! -f /opt/mastodon/private/VERSION ]; then
......
#!/bin/bash
# Copyright (c) 2022-2023, AllWorldIT.
# Copyright (c) 2022-2025, AllWorldIT.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment